about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* flat-plat: init at eba3be5Mounium2016-08-03
|
* gentium: 1.504 -> 5.000cmfwyp2016-08-03
| | | | | | Gentium Plus 5.000 was released in 2014. The archive now contains a documentation folder with information about OpenType features supported by the font.
* Merge pull request #17447 from FRidh/nvidiaFrederik Rietdijk2016-08-03
|\ | | | | nvidia-x11: fix driSupport32Bit
| * nvidia-x11: fix driSupport32BitFrederik Rietdijk2016-08-02
| |
* | cmocka: cross-compilation support (#17462)Alexey Shmalko2016-08-03
| |
* | Revert "perlPackages.NetSSLeay: link openssl pkgconfig files"Franz Pletz2016-08-03
| | | | | | | | This reverts commit 93758f6b2fd4da1db7868138fcb2236145dcfcd3.
* | foo2zjs: remove use of `builderDefsPackage` (#17459)Robert Helgesson2016-08-03
| |
* | supercollider: 3.6.6 -> 3.7.2 (#17395)Bart Brouns2016-08-03
| |
* | puddletag: init at 1.1.1 (#17443)Peter Hoeg2016-08-03
| | | | | | Thanks to @fridh for feedback.
* | Re-enable bunch of packages on DarwinTuomas Tynkkynen2016-08-03
| | | | | | | | | | Prior to 1bf5ded1933b18af9a95dc263063756ed9d383ba these contained `hydraPlatforms = platforms.linux`, which was apparently misleading.
* | lua5: Re-enabel on DarwinTuomas Tynkkynen2016-08-02
| | | | | | | | | | Prior to 1bf5ded1933b18af9a95dc263063756ed9d383ba this contained `hydraPlatforms = platforms.linux`, which was apparently misleading.
* | libmng: Re-enable on DarwinTuomas Tynkkynen2016-08-02
| | | | | | | | | | Prior to 1bf5ded1933b18af9a95dc263063756ed9d383ba this contained `hydraPlatforms = platforms.linux`, which was apparently misleading.
* | telepathy_salut: fix build, add myself as maintainerLuca Bruno2016-08-02
| |
* | androidenv: Don't build on HydraTuomas Tynkkynen2016-08-02
| | | | | | | | | | | | | | Output limit exceeded: http://hydra.nixos.org/build/38236076 http://hydra.nixos.org/build/38235851
* | asciidoc: Works on DarwinTuomas Tynkkynen2016-08-02
| | | | | | | | | | | | D'oh! Plain 'asciidoc' works, but 'asciidoc-full' doesn't, so my scripts changed it to 'linux' in https://github.com/NixOS/nixpkgs/commit/21f17d69f61e8239870bf97edf49e594198076a8
* | perlPackages.NetSSLeay: link openssl pkgconfig filesFranz Pletz2016-08-02
| | | | | | | | | | | | Instead of linking the lib folder with the libraries, link the lib directory from the dev output containing the pkgconfig files. This is enough for finding the libs and fixes a build failure with libressl.
* | perlPackages.NetSSLeay: 1.72 -> 1.77Franz Pletz2016-08-02
| |
* | simp_le: apply patch to update TOS hashFranz Pletz2016-08-02
| | | | | | | | | | | | Fixes #17455. Also see https://github.com/kuba/simp_le/issues/114.
* | libressl: 2.3.6 -> 2.3.7, 2.4.1 -> 2.4.2Franz Pletz2016-08-02
| | | | | | | | Version 2.2.x is removed because it is not maintained by upstream anymore.
* | seabios: 1.9.2 -> 1.9.3Franz Pletz2016-08-02
| |
* | treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | Build-tested on x86_64 Linux & Mac.
* | 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.