summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* gitkraken: 3.6.0 -> 3.6.1 (#41130)Meghea Iulian2018-05-31
|
* dd-agent: fix compatibility issue with iostat (#41035)Vincent Ambo2018-05-31
| | | | | | | | | | | Applies a patch to the dd-agent derivation that fixes a compatibility issue with the current version of iostat, which no longer contains a colon after its table headers. This patch is applied in order for the fix to be backportable to existing stable releases. A final "proper" fix will be an upgrade to a newer version of dd-agent, but that requires several other changes. This fixes #40103.
* Merge pull request #41330 from obsidiansystems/haskellSrc2nix-overridingJohn Ericson2018-05-31
|\ | | | | haskell infra: Allow overriding `haskellSrc2nix`
| * haskell infra: Allow overriding `haskellSrc2nix`John Ericson2018-05-31
| |
* | Merge pull request #41133 from symphorien/os-proberxeji2018-05-31
|\ \ | | | | | | os-prober: fix dependencies for version >= 1.75
| * | os-prober: add symphorien as maintainerSymphorien Gibol2018-05-26
| | |
| * | os-prober: fix dependenciesSymphorien Gibol2018-05-26
| | | | | | | | | | | | | | | | | | | | | busybox seems to have never been needed systemd was meant to provide udevadm; use libudev instead devicemapper is now uneeded, replaced by grub-mount and grub-info dmraid does not appear in the current code
| * | os-prober: switch to a non-transient urlSymphorien Gibol2018-05-26
| | | | | | | | | | | | pool urls get removed after some time
| * | grub2: compile grub-mount as wellSymphorien Gibol2018-05-26
| | | | | | | | | | | | | | | It is a dependency of os-prober >= 1.75 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860833#23
* | | kafka: include Kafka Connect shell scripts (#41322)Colin King2018-05-31
| | | | | | | | | | | | Kafka Connect is a newer addition to Kafka and these scripts may be handy to keep around.
* | | traefik: 1.5.2 -> 1.6.2 (#41208)Vincent Demeester2018-05-31
| | | | | | | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* | | byacc: 20180510 -> 20180525 (#41304)R. RyanTM2018-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/byacc/versions. These checks were done: - built on NixOS - /nix/store/bz6434x282zsy6xz19nbd3fhzmdr4yzy-byacc-20180525/bin/yacc passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 20180525 with grep in /nix/store/bz6434x282zsy6xz19nbd3fhzmdr4yzy-byacc-20180525 - directory tree listing: https://gist.github.com/fffd356f1d450bf13fc3f2bf8a8f5304 - du listing: https://gist.github.com/3e8f1a51d1e20db022ff93cedc85b5a7
* | | atom, atom-beta: 1.27.1 -> 1.27.2, 1.28.0-beta1 -> 1.28.0-beta2 (#41318)Patrick Hilhorst2018-05-31
| | |
* | | Merge pull request #41197 from vbgl/ocaml-clean-201805xeji2018-05-31
|\ \ \ | | | | | | | | ocamlPackages.gapi_ocaml: minor cleaning
| * | | ocamlPackages_4_02.async_ssl: remove redundancyVincent Laporte2018-05-29
| | | |
| * | | ocamlPackages.gapi-ocaml: clean installPhaseVincent Laporte2018-05-29
| | | |
* | | | multi-ghc-travis: update to latest git version for ghc-8.4.3 supportPeter Simons2018-05-31
| | | |
* | | | uftp: 4.9.6 -> 4.9.7 (#41236)R. RyanTM2018-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/uftp/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/xdg3hz58kdakygb1qigw2x1kh1gk5z4n-uftp-4.9.7/bin/uftp had a zero exit code or showed the expected version - /nix/store/xdg3hz58kdakygb1qigw2x1kh1gk5z4n-uftp-4.9.7/bin/uftpd passed the binary check. - /nix/store/xdg3hz58kdakygb1qigw2x1kh1gk5z4n-uftp-4.9.7/bin/uftp_keymgt passed the binary check. - Warning: no invocation of /nix/store/xdg3hz58kdakygb1qigw2x1kh1gk5z4n-uftp-4.9.7/bin/uftpproxyd had a zero exit code or showed the expected version - 2 of 4 passed binary check by having a zero exit code. - 0 of 4 passed binary check by having the new version present in output. - found 4.9.7 with grep in /nix/store/xdg3hz58kdakygb1qigw2x1kh1gk5z4n-uftp-4.9.7 - directory tree listing: https://gist.github.com/1fe6684f427417f8a9e189f960c84a74 - du listing: https://gist.github.com/15a89b170d541884994e503690c961ef
* | | | haskell: fixup merge of c425a1fc5002a1642036a74d67b200e47f19cefbMatthew Bauer2018-05-31
| | | | | | | | | | | | | | | | | | | | This was accidentally included even though setupHaskellDepends is already listed above.
* | | | haskellPackages.ghc84x.criterion: bump to criterion 1.4.1.0Austin Seipp2018-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We need base-compat-0.10 for 8.4, but the older version wanted 0.9. (Criterion 1.4.1.0 now uses base-compat-batteries-0.10, in fact) Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | haskell: add *FrameworkDepends argumentsRyan Trinkle2018-05-31
| | | |
* | | | haskellPackages.ghc84x.singletons: disable test suite for ghc-8.4.3Austin Seipp2018-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, the test suite fails, due to the 'Lambdas' test failing: Lambdas: FAIL (1.06s) 42c42 < foo8 x = (\ Foo a _ -> a) x --- > foo8 x = (\ (Foo a _) -> a) x I assume this is a minor bogus failure due to some change in 8.4.3 that nobody expected. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | qgis: 2.18.17 -> 2.18.20 (#41195)Lancelot SIX2018-05-31
| | | |
* | | | postgis: 2.4.3 -> 2.4.4 (#41278)Lancelot SIX2018-05-31
| | | | | | | | | | | | See http://svn.osgeo.org/postgis/tags/2.4.4/NEWS for release notes
* | | | Merge pull request #41280 from udono/update_tryton_4_8xeji2018-05-31
|\ \ \ \ | | | | | | | | | | Update tryton 4 8
| * | | | trytond: 4.8.0 -> 4.8.1Udo Spallek2018-05-30
| | | | |
| * | | | tryton: 4.8.0 -> 4.8.2Udo Spallek2018-05-30
| | | | |
* | | | | compton-git: 2016-08-10 -> 2018-05-21 (#41317)James Kay2018-05-31
| | | | |
* | | | | jl: 0.0.4 -> 0.0.5 (#41319)Francesco Gazzetta2018-05-31
| | | | |
* | | | | Revert "cairo: fix build inputs"Matthew Bauer2018-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e557a432e07441a508544fca2aba3be6fd9860c0. Sorry about this. Accidentally got into my git push. Did not mean to cause a mass rebuild!
* | | | | PowerManagement: init at 572.50.1Matthew Bauer2018-05-31
| | | | |
* | | | | Revert commit 4b2f3971981272b79da7f87b639ca8854a6ea89cMatthew Bauer2018-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4b2f3971981272b79da7f87b639ca8854a6ea89c. It updated gdk_pixbuf to 2.36.12 but unfortunately broke macOS builds. The new mime sniffing is not working correctly so that .png files cannot be built. Fixes #41314 /cc @jtojnar @lnl7
* | | | | ffmpeg: fix 3.4 on darwinMatthew Bauer2018-05-31
| | | | |
* | | | | cairo: fix build inputsMatthew Bauer2018-05-31
| | | | |
* | | | | all-packages remove unused overrideMatthew Bauer2018-05-31
| | | | |
* | | | | emacsMacport: 25.3 -> 26.1Matthew Bauer2018-05-31
| | | | |
* | | | | haskell: disable language-nix on i686 linuxMatthew Bauer2018-05-31
| | | | | | | | | | | | | | | | | | | | see https://github.com/peti/language-nix/issues/4 for discusssion
* | | | | all-packages: remove default.nix in callPackageMatthew Bauer2018-05-31
| | | | | | | | | | | | | | | | | | | | not needed
* | | | | libpeas: supports darwinMatthew Bauer2018-05-31
| | | | |
* | | | | woff2: supports darwinMatthew Bauer2018-05-31
| | | | |
* | | | | wesnoth: supports darwinMatthew Bauer2018-05-31
| | | | |
* | | | | darwin.ICU: fix cctoolsMatthew Bauer2018-05-31
| | | | |
* | | | | Revert "inkscape: fix on Darwin"Matthew Bauer2018-05-31
| | | | | | | | | | | | | | | | | | | | This reverts commit a276d5160cc4b307d97261b419e183fb3a2214aa.
* | | | | Revert "inkscape: typo"Matthew Bauer2018-05-31
| | | | | | | | | | | | | | | | | | | | This reverts commit 0a8c91a931ea270e8b1d66f592f6acba9b4b5fcf.
* | | | | Revert "inkscape: Fix build on NixOS"Matthew Bauer2018-05-31
| | | | | | | | | | | | | | | | | | | | This reverts commit 6c748ae749faae3ff989a800ffa5095f634a6050.
* | | | | Revert "inkscape: don't patch share/filters"Matthew Bauer2018-05-31
| | | | | | | | | | | | | | | | | | | | This reverts commit 38364c0b07b9343e67e331bdcad1891511690c0b.
* | | | | Revert "inkscape: fix on darwin again"Matthew Bauer2018-05-31
| | | | | | | | | | | | | | | | | | | | This reverts commit 047c9372ab1314d8e3fab13b9f21359fdf3a643c.
* | | | | Revert "inkscape: disable parallelBuilding"Matthew Bauer2018-05-31
| | | | | | | | | | | | | | | | | | | | This reverts commit 05a6e94f3437af6c28fa8b794136e193553e98c5.
* | | | | scdoc: init at 1.3.3 (#41315)Michael Weiss2018-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We'll need this to build the man pages of sway 1.0 (sway 1.0-alpha.2: "This release replaces the asciidoc dependency with scdoc." [0]). [0]: https://github.com/swaywm/sway/releases/tag/1.0-alpha.2
* | | | | pythonPackages.raven: 6.8.0 -> 6.9.0Michael Weiss2018-05-31
| | | | |