summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* nrg2iso: init at 0.4.0Ricardo Ardissone2016-12-21
|
* Merge pull request #21318 from leenaars/ssrcFrederik Rietdijk2016-12-21
|\ | | | | ssrc: init at 1.33
| * ssrc: init at 1.33Michiel Leenaars2016-12-21
| |
* | python-pyflakes: trigger re-build to fix transient error on HydraPeter Simons2016-12-21
|/
* python/pypillowfight: Disable tests entirelyaszlig2016-12-20
| | | | | | | | | | | | | | | | This is getting entirely different results on i686-linux: https://hydra.nixos.org/build/45122757/nixlog/6/raw According to @jflesch the reference system these tests are built for is Debian GNU/Linux (possibly only x86_64-linux I guess): https://github.com/jflesch/libpillowfight/issues/2#issuecomment-268259174 So let's disable them until they're more deterministic and less platform/distro-specific. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Revert "xhyve: update and fix to use our Hypervisor framework"Daiderd Jordan2016-12-20
| | | | This reverts commit f3b65f67d98a2e67c739d4b76b3340eda1dd06f4.
* 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
* xhyve: update and fix to use our Hypervisor frameworkDan Peebles2016-12-19
|
* python/pillow: Disable tests on DarwinMatthew Daiter2016-12-20
|
* 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>
* 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>
* fte: init at 0.50.02volth2016-12-19
|
* boost: add 1.62.0 (not default yet)Aristid Breitkreuz2016-12-19
|
* libvirt and pythonPackages.libvirt: 2.2.0 -> 2.5.0Rickard Nilsson2016-12-19
|
* Merge pull request #20590 from rasendubi/flask-0.11.1Frederik Rietdijk2016-12-19
|\ | | | | flask: 0.10.1 -> 0.11.1
| * flask: 0.10.1 -> 0.11.1Alexey Shmalko2016-11-21
| |
* | audaciousQt5: init at 3.8.1Thomas Tuegel2016-12-18
| |
* | Merge pull request #21057 from gnidorah/master3Thomas Tuegel2016-12-18
|\ \ | | | | | | qtstyleplugins: init at 2016-12-01, kdecoration-viewer: init at 2015-08-20
| * | kdecoration-viewer: init at 2015-08-20Alex Ivanov2016-12-18
| | |
| * | qtstyleplugins: init at 2016-12-01Alex Ivanov2016-12-11
| | |
* | | liborc: remove the duplicate packageVladimír Čunát2016-12-18
| | | | | | | | | | | | Now it's unused. Close #21238.
* | | Merge pull request #21250 from mdaiter/riakCSMacDaiderd Jordan2016-12-18
|\ \ \ | | | | | | | | riak-cs: add Darwin support
| * | | riak-cs: add Darwin supportMatthew Daiter2016-12-18
| | | |
* | | | Revert "teyjus: 2.0b2 -> 2.1"Vincent Laporte2016-12-18
| | | | | | | | | | | | | | | | This reverts commit 7f501d7f02ed614f2159ae8b0855f33d796d6819.
* | | | Revert "omake: remove 0.9.8.6-rc1"Vincent Laporte2016-12-18
| | | | | | | | | | | | | | | | This reverts commit e672fbc6f0e0dd503f78e0c23e6de1795bf81b8f.
* | | | pythonPackages.skype4py: brokenFrederik Rietdijk2016-12-18
| | | |
* | | | pythonPackages.more-itertools: 2.2 -> 2.4.1Frederik Rietdijk2016-12-18
| | | |
* | | | pythonPackages.pip2nix: brokenFrederik Rietdijk2016-12-18
| | | | | | | | | | | | | | | | | | | | | | | | pkg_resources.VersionConflict: (pip 9.0.1 (/nix/store/5drfa1s8mh5f1y9slq82zlv65iblb942-python2.7-bootstrapped-pip-9.0.1/lib/python2.7/site-packages), Requirement.parse('pip<9,>=8'))
* | | | pythonPackages.pytestpep8: fix checkPhaseFrederik Rietdijk2016-12-18
| | | |
* | | | pythonPackages.natsort: add missing dependencyFrederik Rietdijk2016-12-18
| | | |
* | | | pythonPackages.pyflakes: 1.0.0 -> 1.3.0Frederik Rietdijk2016-12-18
| | | |
* | | | pythonPackages.mccabe: 0.4.0 -> 0.5.3Frederik Rietdijk2016-12-18
| | | |
* | | | pythonPackages.lxml: 3.4.4 -> 3.7.0Frederik Rietdijk2016-12-18
| | | |
* | | | pythonPackages.flake8_3: removeFrederik Rietdijk2016-12-18
| | | | | | | | | | | | | | | | since it is not used in nixpkgs
* | | | pythonPackages.flake8: 2.6.2 -> 3.2.1Frederik Rietdijk2016-12-18
|/ / /
* | | cython: 0.25.1 -> 0.25.2aszlig2016-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changelog without issue numbers: * Fixes several issues with C++ template deduction. * Fixes a issue with bound method type inference. * Fixes a bug with cascaded tuple assignment. * Fixed or silenced many Clang warnings. * Fixes bug with powers of pure real complex numbers. The full changelog with issue numbers can be found here: https://github.com/cython/cython/blob/0.25.2/CHANGES.rst My main reason for updating is because there were test failures on i686-linux, although version 0.25.2 still has one test that fails. So if we're on i686-linux and on Python 2 we just fix that one little doctest. The test failure has already been reported upstream at: https://github.com/cython/cython/issues/1548 All of the failing tests (including the latter) had to do with integer representations in that long integers are suffixed by an L while the test cases weren't expecting this. Built successfully on i686-linux and x86_64-linux against Python 2.7 and Python 3.5. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | Merge pull request #21210 from mdaiter/stanchionMacDaiderd Jordan2016-12-18
|\ \ \ | | | | | | | | stanchion: add Darwin support
| * | | stanchion: add Darwin supportMatthew Daiter2016-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stanchion: make pam nullify typesafe stanchion: add Darwin support stanchion: make pam OS-checked inside of stanchion.nix stanchion: add Darwin support stanchion: remove OS-checked pam on all-packages.nix stanchion: add Darwin support
* | | | Merge pull request #21231 from abbradar/no-fmodNikolay Amiantov2016-12-18
|\ \ \ \ | | | | | | | | | | Update DOOM forks, remove top-level fmod
| * | | | fmod: removeNikolay Amiantov2016-12-17
| | | | |
| * | | | zandronum: bundle fmod, fix librariesNikolay Amiantov2016-12-17
| | | | |
* | | | | Merge pull request #21187 from bzizou/iorGraham Christensen2016-12-17
|\ \ \ \ \ | | | | | | | | | | | | ior: init at 3.0.1
| * | | | | ior: init at 3.0.1Bruno Bzeznik2016-12-16
| | | | | |
* | | | | | perl-bignum: 0.44 -> 0.47Robert Helgesson2016-12-17
| | | | | |