about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* virtualisation.qemu.program: RemoveEelco Dolstra2016-12-20
| | | | | | | | This option is defined in qemu-vm.nix, but that module is not always imported. http://hydra.nixos.org/build/44817443 (cherry picked from commit 03c55005dfd6fbcd5cf8e00128a3bb6336b3bc0f)
* qemu-kvm: Mark the version for testsEelco Dolstra2016-12-20
| | | | (cherry picked from commit d58a4ec1ba77e390c53c09ba6198b78f8568d495)
* systemd: add slice supportMarkov Dmitry2016-12-20
|
* python/hetzner: 0.7.4 -> 0.7.5aszlig2016-12-20
| | | | | | | | | | | | | This essentially unbreaks deploying new Hetzner machines with NixOps, because the Hetzner robot has changed its way of handling admin accounts. It also now provides a more helpful error message (instead of an AssertionError) if admin account creation has failed. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Reported-by: Graham Christensen <graham@grahamc.com> Issue: https://github.com/NixOS/nixops/issues/563
* Merge pull request #21296 from Ralith/matrix-synapseFrederik Rietdijk2016-12-20
|\ | | | | matrix-synapse: 0.18.4 -> 0.18.5
| * matrix-synapse: 0.18.4 -> 0.18.5Benjamin Saunders2016-12-19
| |
* | xhyve: update and fix to use our Hypervisor frameworkDan Peebles2016-12-19
| |
* | apple-sdk: 10.9 -> 10.11Dan Peebles2016-12-19
| |
* | Merge pull request #21293 from mdaiter/fixNixOpsDarwinDaiderd Jordan2016-12-20
|\ \ | | | | | | python-pillow: Disable tests on Darwin
| * | python/pillow: Disable tests on DarwinMatthew Daiter2016-12-20
|/ /
* | tor: 0.2.8.10 -> 0.2.8.12Joachim Fasting2016-12-19
| | | | | | | | | | | | Notably contains fix for CVE-2016-1254 cc @grahamc
* | neovim: green :CheckHealthMichael Fellinger2016-12-19
| |
* | paperwork: init at 1.0.6.1aszlig2016-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | I have not yet tested scanning, but the main application works so far. A lot of patching is required here, because the upstream project references some paths from well-known FHS locations which of course are not available on Nix(OS). We also use all available aspell dictionaries right now, which is maybe a bit ugly but it makes language switching easier. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | python/paperwork-backend: init at 1.0.6aszlig2016-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | While not explicitly checked by setup.py or by the "chkdeps" command from the project I have added pyinsane2 and pyocr to the list of dependencies as well, because they're referenced in the source. Tested by building against Python 3.3, 3.4, 3.5 and 3.6. The build against Python 3.6 failed because pycairo doesn't build, so it's a non-issue at least for paperwork-backend. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | python/pypillowfight: init at 0.2.1aszlig2016-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First of all: This is NOT the same package as "pillowfight". I'm not sure why people want to choose this particular name, but well, so be it. I haven't investigated why test_ace and test_all_2 fail, but I've disabled these tests by now and reported the failures upstream at jflesch/libpillowfight#2. Tested by building against Python 3.3, 3.4, 3.5 and 3.6. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | python/pyocr: init at 0.4.4aszlig2016-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package is a bit more involved because it assumes a lot of paths being there in a FHS compliant way, so we need to patch the data and binary directories for Tesseract and Cuneiform. I've also tried to get the tests working, but they produce different results comparing input/output. This is probably related to the following issue: https://github.com/jflesch/pyocr/issues/52 So I've disabled certain tests that fail but don't generally impede the functionality of pyocr. Tested by building against Python 3.3, 3.4, 3.5 and 3.6. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | nixos: Disable OCR for tests that do not use itaszlig2016-12-19
| | | | | | | | | | | | | | | | Found out during testing of the Tesseract upgrade the kde5 and sddm tests don't actually use OCR, so let's disable support for it. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @ttuegel
* | tesseract: 3.02.02 -> 3.04.01aszlig2016-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the upstream changelog: * Tesseract development is now done with Git and hosted at github.com (Previously we used Subversion as a VCS and code.google.com for hosting). So let's move over to the GitHub repository, where the organisation also includes a full repository for tessdata, so we no longer need to fetch it one-by-one. The build also got significantly simpler, because we no longer need to run autoconf, neither do we need to patch the configure script for Leptonica headers. This also has the advantage that we don't need to use the enableLanguages attribute for the test runner anymore. Full upstream changelog can be found at: https://github.com/tesseract-ocr/tesseract/blob/c4d273d33cc36e/ChangeLog Tested against all NixOS tests with enabled OCR (chromium, emacs-daemon, installer.luksroot and lightdm). Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @viric
* | poppler: Add support for gobject-introspectionaszlig2016-12-19
| | | | | | | | | | | | | | | | | | This optionally adds support for GI, because it's needed for paperwork-backend. The new poppler_gi attribute is also marked as lowPrio so that users won't accidentally install it. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @ttuegel
* | python/pyinsane2: init at 2.0.9aszlig2016-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests require a scanner to be physically attached. Quote from the upstream README: > Tests require at least one scanner with a flatbed and an ADF > (Automatic Document Feeder). > > If possible, they should be run with at least 2 scanners connected. > The first that appear in "scanimage -L" must be the one with the ADF. > > For reference, my current setup is: > > - HP Officejet 4620 (Flatbed + ADF) > - HP Deskjet 2050 J510 series (Flatbed) So we disable the tests even though it might be theoretically possible to use qemu and an emulated scanner. Instead of the upstream tests we just do a quick check whether initialization of the library succeeds. Other than that the library uses ctypes.cdll to dlopen() the libsane shared library, so we need to patch in the right store path. Tested by building against Python 2.7, 3.3, 3.4, 3.5 and 3.6. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | python/simplebayes: init at 1.5.8aszlig2016-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The upstream tag actually says 1.5.7 but the commit actually bumps the version to 1.5.8: https://github.com/hickeroar/simplebayes/commit/b8da72c50d20b6f8c0d We needed to patch the setup.py because the upstream project's setup.py reads in the README.rst for the longDescription. That very README.rst contains non-ASCII characters which in turn throws a decoding error with Python 3 on Nix because I think this has to do with our setup.py wrapper that doesn't seem to recognize the right encoding when using compile(). Tested by building against Python 2.7, 3.3, 3.4, 3.5 and 3.6. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | goaccess: 1.0 -> 1.1.1zimbatm2016-12-19
| |
* | Merge pull request #21228 from mimadrid/update/poppler-0.50.0Thomas Tuegel2016-12-19
|\ \ | | | | | | poppler: 0.49.0 -> 0.50.0
| * | poppler: 0.49.0 -> 0.50.0mimadrid2016-12-17
| |/
* | Merge pull request #21285 from mpickering/patch-1Pascal Wittmann2016-12-19
|\ \ | | | | | | Fix typo in beam.xml
| * | Fix typo in beam.xmlMatthew Pickering2016-12-19
| | |
* | | fte: init at 0.50.02volth2016-12-19
| | |
* | | boost: add 1.62.0 (not default yet)Aristid Breitkreuz2016-12-19
|/ /
* | parted: disable checks to fix Hydra build (fixes #21281)Aristid Breitkreuz2016-12-19
| |
* | libvirt and pythonPackages.libvirt: 2.2.0 -> 2.5.0Rickard Nilsson2016-12-19
| |
* | zim: fix #21270 (double call of wrapPythonPrograms)Jiri Danek2016-12-19
| | | | | | | | Fixes #21270
* | configuration-hackage2nix.yaml: update list of failing buildsPeter Simons2016-12-19
| |
* | ghc-8.x: paxmark ghc and haddockWill Dietz2016-12-19
| |
* | 7.4.2-binary: paxmark ghc binaryWill Dietz2016-12-19
| |
* | hackage-packages.nix: automatic Haskell package set updatePeter Simons2016-12-19
| | | | | | | | | | This update was generated by hackage2nix v2.0.4 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/efd8c635e06a0a670699702b4ca97544ea44f8de.
* | Merge pull request #20590 from rasendubi/flask-0.11.1Frederik Rietdijk2016-12-19
|\ \ | | | | | | flask: 0.10.1 -> 0.11.1
| * | octoprint: allow any flask versionAlexey Shmalko2016-12-18
| | |
| * | flask: 0.10.1 -> 0.11.1Alexey Shmalko2016-11-21
| | |
* | | google-cloud-sdk: 134.0.0 -> 138.0.0Rickard Nilsson2016-12-19
| | |
* | | Merge pull request #21272 from mguentner/sshopts_fixRickard Nilsson2016-12-19
|\ \ \ | | | | | | | | nixos-rebuild: Fix SSHOPTS typo
| * | | nixos-rebuild: Fix SSHOPTS typoMaximilian Güntner2016-12-18
| | | | | | | | | | | | | | | | Signed-off-by: Maximilian Güntner <code@klandest.in>
* | | | audaciousQt5: init at 3.8.1Thomas Tuegel2016-12-18
| | | |
* | | | Merge pull request #21217 from glaebhoerl/vivaldi-1.6Joachim F2016-12-18
|\ \ \ \ | | | | | | | | | | Vivaldi 1.6
| * | | | vivaldi: add libxcb to buildInputs, seems to be required nowGábor Lehel2016-12-17
| | | | |
| * | | | vivaldi: 1.5.658.44-1 -> 1.6.689.34-1Gábor Lehel2016-12-16
| | | | |
* | | | | spotify: 1.0.43.125 -> 1.0.45.182Marcin Janczyk2016-12-18
| |/ / / |/| | |
* | | | Merge pull request #21246 from NeQuissimus/oh-my-zsh_2016_12_14Joachim F2016-12-18
|\ \ \ \ | | | | | | | | | | oh-my-zsh: 2016-11-16 -> 2016-12-14
| * | | | oh-my-zsh: 2016-11-16 -> 2016-12-14Tim Steinbach2016-12-17
| | | | |
* | | | | electrum: manually fixup installation of shareJoachim Fasting2016-12-18
| | | | |
* | | | | electrum: improve build determinismJoachim Fasting2016-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The icon resource file captures the build timestamp, introducing an element of indeterminism. Fix by patching out the timestamp. This allows ```sh nix-build --check -A electrum ``` to succeed.