about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* icon-conv-tools: Don't depend on the .nix file at build timeTuomas Tynkkynen2016-08-02
| | | | | The `src = ./.;` would cause spurious rebuild of the package since the output hash now depends on the contents of the .nix file.
* retroarch: Propagate meta info to wrapperTuomas Tynkkynen2016-08-02
|
* kcov: Fix indentationTuomas Tynkkynen2016-08-02
|
* treewide: Wrap some really long package descriptionsTuomas Tynkkynen2016-08-02
|
* treewide: Move some meta sections to end-of-fileTuomas Tynkkynen2016-08-02
| | | | That seems to be the overwhelming convention.
* treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux and on Darwin.
* treewide: Some EOF-whitespace fixesTuomas Tynkkynen2016-08-02
|
* koji, opensp: Some meta fixesTuomas Tynkkynen2016-08-02
|
* xorg.xcbutilcursor: Don't wipe out most meta attrsTuomas Tynkkynen2016-08-02
|
* treewide: Lots of meta.hydraPlatforms -> meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | In all of these files, there is no meta.platforms but only meta.hydraPlatforms, which doesn't seem to have any purpose except being inconsistent.
* treewide: Fix meta.platforms related typosTuomas Tynkkynen2016-08-02
|
* gambatte: init at 2016-05-03Tuomas Tynkkynen2016-08-02
|
* firefox-bin: 47.0.1 -> 48.0 (#17452)taku02016-08-02
|
* pythonPackages.mutagen: 1.27 -> 1.32Bjørn Forsman2016-08-02
| | | | | | | | | | | | | | (Not updating to the latest version, 1.34, because it breaks e.g. 'beets'. See https://github.com/beetbox/beets/issues/2153.) The new version requires locale / i18n to be set-up for tests or else this message is thrown: RuntimeError: This test suite needs a unicode locale encoding. Try setting LANG=C.UTF-8 Also, remove a test that currently fails due to the python builder in nixpkgs. PR with fix: https://github.com/NixOS/nixpkgs/pull/17430 ("python: add file encoding to run_setup.py").
* Merge pull request #17449 from peterhoeg/git-upFrederik Rietdijk2016-08-02
|\ | | | | git-up: 1.4.0 -> 1.4.1
| * git-up: 1.4.0 -> 1.4.1Peter Hoeg2016-08-02
| |
* | Merge pull request #17446 from despairblue/update/atomFrederik Rietdijk2016-08-02
|\ \ | |/ |/| atom: 1.8.0 -> 1.9.0
| * atom: 1.8.0 -> 1.9.0Danny Arnold2016-08-02
| |
* | beets: 1.3.17 -> 1.3.19Bjørn Forsman2016-08-02
| | | | | | | | | | | | | | The echonest plugin was removed in 3.18 because the API it used is shutting down. You might want to try the acousticbrainz instead. Update pluginsWithoutDeps as needed to keep preCheck working.
* | pythonPackages.setuptools: specify priorityFrederik Rietdijk2016-08-02
| | | | | | | | | | | | Both python3 and setuptools come with easy-install. For some magic reason this hasn't caused any collisions yet, but it does with #17428. We hereby prioritize the version that comes with setuptools.
* | notmuch-mutt: drop unused fetchurl parameterBenno Fünfstück2016-08-02
| |
* | notmuch-mutt: remove unused parameterBenno Fünfstück2016-08-02
| |
* | notmuch-mutt: init at 0.22Peter Hoeg2016-08-02
|/
* fix evalFrederik Rietdijk2016-08-02
|
* Merge pull request #17140 from michelk/gdal/updateFrederik Rietdijk2016-08-02
|\ | | | | gdal: 2.0.2 -> 2.1.1
| * gdal: 2.0.2 -> 2.1.1Michel Kuhlmann2016-07-27
| |
* | pythonPackages.django_raster: Use mirror in URLLancelot SIX2016-08-02
| |
* | Merge pull request #17431 from lancelotsix/add_django_rasterFrederik Rietdijk2016-08-02
|\ \ | | | | | | Add django raster
| * | python35Packages.django_colorful: enable at 1.2Lancelot SIX2016-08-01
| | | | | | | | | | | | python35Packages.django_colorful was erroneously disabled for python35.
| * | pythonPackages.django_raster: init at 0.2Lancelot SIX2016-08-01
| | |
| * | python35Packages.celery: disableLancelot SIX2016-08-01
| | | | | | | | | | | | | | | | | | | | | | | | Few tests fail with python35 (related to OrderedDict changes). setup.py file do not report this release as supporting python35 [1] [1] https://github.com/celery/celery/blob/f6aa74a0b5fdfae27169ab09f45cc82602d7012b/setup.py#L73-L75
| * | pythonPackages.kombu: Enable for python > 2.7Lancelot SIX2016-08-01
| | | | | | | | | | | | | | | | | | | | | Only tests cannot run on python3* because dependencies are unavailable (qpid-python). Kombu is announced to work fine for python3[1] [1] https://github.com/celery/kombu/blob/a4edc670f49027154e3f708dfcd3726aceda8fc5/setup.py#L168-L170
* | | pythonPackages: remove pythonNameFrederik Rietdijk2016-08-02
| | | | | | | | | | | | because it is not used anywhere
* | | Merge pull request #17420 from lukasepple/masterFrederik Rietdijk2016-08-02
|\ \ \ | | | | | | | | rdup: init at 1.1.15
| * | | rdup: init at 1.1.15lukasepple2016-08-01
| | | |
* | | | dnscrypt-proxy: 1.6.1 -> 1.7.0Joachim Fasting2016-08-02
| | | | | | | | | | | | | | | | | | | | | | | | No user-facing changes of particular note. Full changelog at https://github.com/jedisct1/dnscrypt-proxy/releases/tag/1.7.0
* | | | Merge pull request #17435 from ttuegel/konsole-kpartFrederik Rietdijk2016-08-02
|\ \ \ \ | | | | | | | | | | Add missing Konsole kpart to various KDE applications
| * | | | kde5.kile: add konsole kpartThomas Tuegel2016-08-01
| | | | |
| * | | | kde5.kate: add konsole kpartThomas Tuegel2016-08-01
| | | | |
| * | | | kde5.dolphin: include konsole kpartThomas Tuegel2016-08-01
| | | | |
* | | | | kde5.konversation: 1.6 -> 1.6.1Frederik Rietdijk2016-08-02
| | | | |
* | | | | kde5.konversation: use kdeWrapperFrederik Rietdijk2016-08-02
| | | | |
* | | | | kde5.yakuake: use kdeWrapperFrederik Rietdijk2016-08-02
| | | | |
* | | | | afl: 2.10b -> 2.23bJoachim Fasting2016-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Looks like mostly performance enhancements and stability fixes. The main user facing changes appear to be: - The -Z option was removed - A macro named FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION is defined when compiling with afl-gcc Full changelog at http://lcamtuf.coredump.cx/afl/ChangeLog.txt
* | | | | ponyc: 0.2.1 -> 2016-07-26Ricardo M. Correia2016-08-02
| | | | |
* | | | | Merge pull request #17434 from matthewbauer/patch-6Daniel Peebles2016-08-01
|\ \ \ \ \ | | | | | | | | | | | | acct: only build on linux
| * | | | | acct: only build on linuxMatthew Justin Bauer2016-08-01
| |/ / / /
* | | | | Merge pull request #17441 from ttuegel/poppler-qt-5.7Thomas Tuegel2016-08-01
|\ \ \ \ \ | | | | | | | | | | | | Fix Poppler with Qt >= 5.7
| * | | | | qt57.poppler: fix buildThomas Tuegel2016-08-01
| |/ / / / | | | | | | | | | | | | | | | Packages that depend on Qt >= 5.7 must build using the C++11 standard.
* / / / / pythonPackages.ansible2: 2.1.0.0 -> 2.1.1.0 (#17437)Aaron Bull Schaefer2016-08-02
|/ / / /