summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-03-17ace: 6.4.6 -> 6.4.7Ryan Mulligan
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/l2wdk2hk7xr28qc76xdmsnsjlialsrw3-ace-6.4.7/bin/ace_gperf -v` and found version 6.4.7 - found 6.4.7 with grep in /nix/store/l2wdk2hk7xr28qc76xdmsnsjlialsrw3-ace-6.4.7 - found 6.4.7 in filename of file in /nix/store/l2wdk2hk7xr28qc76xdmsnsjlialsrw3-ace-6.4.7 - directory tree listing: https://gist.github.com/df8ae93ced1ab4c4b624c7739501f2a7
2018-03-17Merge pull request #37217 from ryantm/auto-update/memcachedlewo
memcached: 1.5.5 -> 1.5.6
2018-03-17Merge pull request #37163 from volth/patch-117Jörg Thalheim
rpm: 4.14.0 -> 4.14.1
2018-03-17haskell-esqueleto: drop the markBroken for ghc 8.4.1Peter Simons
Although accurate, the override causes evaluation errors that serve little purpose but poison our dashboard at [1]. [1] https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
2018-03-17haskell-pandoc-types: update override for ghc 8.4.xPeter Simons
2018-03-17haskell-generic-builder: cosmeticPeter Simons
2018-03-17Configure Haskell bootstrapping package sets to perform minimal builds.Peter Simons
2018-03-17haskell-generic-builder: disable shared executable linking by defaultPeter Simons
This change raises the question of whether we should disable building of shared libraries altogether (since we don't link them). Unfortunately, we can't, because GHC expects shared libraries to be around when building and running test suites, and no amount of passing --disable-shared flags at configure time changes the fact. I *guess* that's related to the DYNAMIC_GHC_PROGRAMS = YES flag we set when building GHC itself, but I haven't investigated it further yet. Closes https://github.com/NixOS/nixpkgs/issues/29011.
2018-03-17haskell-generic-builder: fix confusion about --enable-static vs. ↵Peter Simons
--enable-library-vanilla
2018-03-17haskell-generic-builder: always compile with --enable-library-for-ghciPeter Simons
2018-03-17haskell-generic-builder: drop obsolete splitObjs function argumentPeter Simons
2018-03-17haskell-generic-builder: compile profiling library variants by defaultPeter Simons
Unless specified otherwise, the default package set compiles library variants for profiling with profiling-detail "all-functions". Executables, however, are not built with profiling enabled. This change increases the closure size for many Haskell programs, but the practical advantage of having stack traces and performance measurements easily available during development seems to outweigh that cost. Closes https://github.com/NixOS/nixpkgs/issues/22340.
2018-03-17git-annex: update sha256 hash for the new versionPeter Simons
2018-03-17ghc: drop all compiler versions prior to 7.10.3Peter Simons
None of these old compilers are used anywhere in Nixpkgs, and keeping those builds working in the face of regular updates of GCC, binutils, and whatnot is too much effort for no obvious benefit.
2018-03-17cabal2nix: update hpack version overridePeter Simons
2018-03-17haskell-configuration-common: cosmetic, no functional changePeter Simons
2018-03-17hackage-packages.nix: automatic Haskell package set updatePeter Simons
This update was generated by hackage2nix v2.9-10-gc1333d1 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/bad3dc0ed6e6061d2fc418c279dc7b55de683b7f.
2018-03-17hackage2nix: disable failing Hydra buildsPeter Simons
2018-03-17hackage2nix: extend the set of packages I maintainPeter Simons
2018-03-16memcached: 1.5.5 -> 1.5.6Ryan Mulligan
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached -h` got 0 exit code - ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached --help` got 0 exit code - ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached -V` and found version 1.5.6 - ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached --version` and found version 1.5.6 - ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached -h` and found version 1.5.6 - ran `/nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6/bin/memcached --help` and found version 1.5.6 - found 1.5.6 with grep in /nix/store/d6hf5flqvv4cw0pfbbnx8m99gs1apsk0-memcached-1.5.6 - directory tree listing: https://gist.github.com/4f05e6b4a66fc90f9ebcb02b05aead27
2018-03-17Merge pull request #37204 from ankhers/update_elixiradisbladis
elixir: 1.6.2 -> 1.6.4
2018-03-16nixos/kubernetes: Patch kube-proxy for iptables 1.6.2 compatibilitySarah Brofeldt
Closes #36739
2018-03-16elixir: 1.6.2 -> 1.6.4Justin Wood
2018-03-16eclipse-plugin-jsonedit: 1.0.2 -> 1.1.0Robert Helgesson
Also add `antlr-runtime-4.7.1`.
2018-03-16Merge pull request #37063 from ryantm/auto-update/ltl2baAustin Seipp
ltl2ba: 1.1 -> 1.2b1
2018-03-16perlPackages.JSON: Fix typo.Shea Levy
2018-03-16Merge pull request #37193 from hedning/xvfb-fix-/bin/shMichael Raskin
xvfb_run: fix /bin/sh impurity
2018-03-16Merge pull request #37040 from taku0/firefox-59.0Michael Raskin
firefox, firefox-bin: 58.0.2 -> 59.0, firefos-esr: 52.6.0esr -> 52.7.0esr [Critical security fixes]
2018-03-16Merge pull request #37062 from NixOS/whoisDaiderd Jordan
whois: fix darwin build
2018-03-16xvfb_run: fix /bin/sh impurityTor Hedin Brønner
2018-03-16inkscape: 0.92.2 -> 0.92.3Ryan Mulligan
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/5khy2kbfjwvkj42lr6z0cvnd17xkfrfg-inkscape-0.92.3/bin/inkscape -h` got 0 exit code - ran `/nix/store/5khy2kbfjwvkj42lr6z0cvnd17xkfrfg-inkscape-0.92.3/bin/inkscape --help` got 0 exit code - ran `/nix/store/5khy2kbfjwvkj42lr6z0cvnd17xkfrfg-inkscape-0.92.3/bin/inkscape -V` and found version 0.92.3 - ran `/nix/store/5khy2kbfjwvkj42lr6z0cvnd17xkfrfg-inkscape-0.92.3/bin/inkscape --version` and found version 0.92.3 - found 0.92.3 with grep in /nix/store/5khy2kbfjwvkj42lr6z0cvnd17xkfrfg-inkscape-0.92.3
2018-03-17Merge pull request #37183 from ryantm/auto-update/fehadisbladis
feh: 2.25 -> 2.25.1
2018-03-16Merge branch 'master' into firefox-59.0Michael Raskin
2018-03-16Merge pull request #37158 from oxij/pkgs/tor-browsersMichael Raskin
update tor browsers
2018-03-16feh: 2.25 -> 2.25.1Ryan Mulligan
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/feh -h` got 0 exit code - ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/feh --help` got 0 exit code - ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/feh -v` and found version 2.25.1 - ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/feh --version` and found version 2.25.1 - ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/.feh-wrapped -h` got 0 exit code - ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/.feh-wrapped --help` got 0 exit code - ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/.feh-wrapped -v` and found version 2.25.1 - ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/.feh-wrapped --version` and found version 2.25.1 - found 2.25.1 with grep in /nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1 - directory tree listing: https://gist.github.com/6fb1817519334ef951e6661a3c41dda6
2018-03-16Merge pull request #37180 from peti/r-updatesPeter Simons
Update R and its packages
2018-03-16darcs: jailbreak fgl dependency constraints to fix the buildPeter Simons
2018-03-16multi-ghc-travis: update to latest versionPeter Simons
And jailbreak to support building in an lts-11.x package set.
2018-03-16Merge pull request #37175 from ryantm/auto-update/drumkv1goibhniu
drumkv1: 0.8.6 -> 0.9.0
2018-03-16Merge pull request #37170 from ryantm/auto-update/cups-filtersadisbladis
cups-filters: 1.20.0 -> 1.20.1
2018-03-16Merge pull request #37128 from ryantm/auto-update/teyjusJoachim F
teyjus: actually update to 2.1
2018-03-16Merge pull request #36921 from tokudan/ffb59Graham Christensen
firefox-bin: 58.0.2 -> 59.0
2018-03-16drumkv1: 0.8.6 -> 0.9.0Ryan Mulligan
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 0.9.0 with grep in /nix/store/an15ybvqbh12vslgbsv3422mjkvcvsws-drumkv1-0.9.0 - found 0.9.0 in filename of file in /nix/store/an15ybvqbh12vslgbsv3422mjkvcvsws-drumkv1-0.9.0
2018-03-16firefox-esr: 52.7.0esr -> 52.7.1esrtaku0
2018-03-16firefox: 58.0.2 -> 59.0taku0
2018-03-16common-updater: support updating source URLtaku0
2018-03-16firefox-esr: 52.6.0esr -> 52.7.0esrtaku0
2018-03-16firefox-bin: 58.0.2 -> 59.0taku0
2018-03-16firefox: Fix update.nixtaku0
2018-03-16Merge pull request #37169 from ryantm/auto-update/cgalMichael Raskin
cgal: 4.11 -> 4.11.1