Commit graph

86355 commits

Author SHA1 Message Date
Ben Zhang fc6d746e62
yarn: 0.18.1 -> 0.19.1 2017-01-17 01:58:27 -05:00
Lancelot SIX 919a1435da
gperf: 3.0.4 -> 3.1
See https://lists.gnu.org/archive/html/info-gnu/2017-01/msg00005.html
for full release announcement.
2017-01-17 00:18:09 +01:00
Thomas Tuegel 922d0eb152
Merge branch 'kde-bugfixes' 2017-01-16 17:14:43 -06:00
Dan Peebles f1a9bc356e lkl: init 2017-01-16 21:24:32 +00:00
Peter Simons bb8ded9a78 Merge pull request #21938 from acowley/purescript
haskell-packages: fix purescript_0_10_5 deps
2017-01-16 22:05:49 +01:00
Anthony Cowley 15389b51ce haskell-packages: fix purescript_0_10_5 deps
purescript-0.10.5 requires bower-json >= 1.0.0.1 && < 1.1, which is
available as bower-json_1_0_0_1.
2017-01-16 14:53:41 -05:00
Pascal Wittmann 2ba9a67299
bitlbee: 3.4.2 -> 3.5 2017-01-16 20:42:53 +01:00
Bjørn Forsman b280b6c568 lighttpd: 1.4.44 -> 1.4.45 2017-01-16 20:40:47 +01:00
Pascal Wittmann 21e3948c8c
udunits: remove unused patch 2017-01-16 20:38:22 +01:00
Pascal Wittmann dc0e5e13bb
udunits: 2.2.20 -> 2.2.21 2017-01-16 20:37:44 +01:00
Thomas Tuegel 7d01fff516
kde5.applications: 16.12.0 -> 16.12.1 2017-01-16 09:15:57 -06:00
Thomas Tuegel 69d6fc8e1b
kde5.kcoreaddons: 5.30.0 -> 5.30.1 2017-01-16 08:55:12 -06:00
Thomas Tuegel 52232a6158
startkde: run kbuildsycoca5
Fixes #20776. At some point, the call to rebuild the sycoca database at startup
was removed, but it will not be rebuilt automatically because the timestamps in
the Nix store never change.
2017-01-16 08:52:42 -06:00
Dhananjay Balan 339313cf48
minio: 20160821 -> 20161213
Signed-off-by: Robin Gloster <mail@glob.in>
2017-01-16 13:29:35 +01:00
Tristan Helmich ef0f4e7092 couchpotato: init at 3.0.1 2017-01-16 12:54:43 +01:00
Arseniy Seroka fe5cbf221f Merge pull request #21904 from instantepiphany/master
vimPlugins: add typescript-vim, tsuquyomi
2017-01-16 14:41:18 +03:00
Nikolay Amiantov 0abf35837e Merge pull request #21918 from solson/kdewrapper-xdg-config-data-mixup
kdeWrapper: Fix XDG_DATA_DIRS/XDG_CONFIG_DIRS mixup.
2017-01-16 13:19:20 +03:00
Peter Simons 656707ef80 Merge pull request #21916 from Profpatsch/ghcWithPackages-docs
haskell: add doc outputs to with-packages-wrapper.nix
2017-01-16 10:58:06 +01:00
Peter Simons ad412ba63a Merge pull request #21900 from Profpatsch/servant-docs
haskell: add servant sphinx docs to build
2017-01-16 10:56:17 +01:00
Michael Raskin 94568ed762 Merge pull request #21917 from fstamour/stumpwmv100
stumpwm: 0.9.9 -> 1.0.0
2017-01-16 09:45:33 +00:00
Jörg Thalheim 489e6eaf4c Merge pull request #21921 from jansuchomel/update-vscode
vscode: 1.8.0 -> 1.8.1
2017-01-16 10:44:53 +01:00
Michael Raskin 88f05e952d Merge pull request #21908 from loskutov/datagrip
datagrip: 2016.3 -> 2016.3.2
2017-01-16 09:44:20 +00:00
Tuomas Tynkkynen 08ddb16865 linux_testing: 4.10-rc2 -> 4.10-rc4 2017-01-16 11:41:13 +02:00
Michael Raskin cd07d21a44 Merge pull request #21868 from hsenag/htmlunit-driver
selenium-server-standalone: restore htmlunit-driver support
2017-01-16 09:37:29 +00:00
Jan Suchomel a6e183b42e vscode: fix .desktop file 2017-01-16 10:03:47 +01:00
Jan Suchomel 75175a04c3 vscode: 1.8.0 -> 1.8.1 2017-01-16 09:51:08 +01:00
Peter Hoeg 9646a52a24 syncthing: 0.14.19 2017-01-16 12:40:28 +08:00
Scott Olson 0c5966b13f kdeWrapper: Fix XDG_{DATA,CONFIG}_DIRS mixup.
`.../share` directories go with `XDG_DATA_DIRS`, and `.../etc/xdg`
directories go with `XDG_CONFIG_DIRS`. These were accidentally reversed.

See https://userbase.kde.org/KDE_System_Administration/Environment_Variables#freedesktop.org_Compliance
2017-01-15 20:01:12 -08:00
Francis St-Amour 3f3f0d978b stumpwm: 0.9.9 -> 1.0.0 2017-01-15 21:23:39 -05:00
Nicolas B. Pierron da8cf2662a Fix missing overlays argument in stdenv/linux/default.nix 2017-01-16 01:17:33 +01:00
Nicolas B. Pierron f9da1fa957 Throw an error if NIXPKGS_OVERLAYS is invalid and improve documentation. 2017-01-16 01:17:33 +01:00
Nicolas B. Pierron f5dfe78a1e Add overlays mechanism to Nixpkgs.
This patch add a new argument to Nixpkgs default expression named "overlays".

By default, the value of the argument is either taken from the environment variable `NIXPKGS_OVERLAYS`,
or from the directory `~/.nixpkgs/overlays/`.  If the environment variable does not name a valid directory
then this mechanism would fallback on the home directory.  If the home directory does not exists it will
fallback on an empty list of overlays.

The overlays directory should contain the list of extra Nixpkgs stages which would be used to extend the
content of Nixpkgs, with additional set of packages.  The overlays, i-e directory, files, symbolic links
are used in alphabetical order.

The simplest overlay which extends Nixpkgs with nothing looks like:

```nix
self: super: {
}
```

More refined overlays can use `super` as the basis for building new packages, and `self` as a way to query
the final result of the fix-point.

An example of overlay which extends Nixpkgs with a small set of packages can be found at:
  https://github.com/nbp/nixpkgs-mozilla/blob/nixpkgs-overlay/moz-overlay.nix

To use this file, checkout the repository and add a symbolic link to
the `moz-overlay.nix` file in `~/.nixpkgs/overlays` directory.
2017-01-16 01:17:33 +01:00
Profpatsch 546d0c0460 haskell: add doc outputs to with-packages-wrapper.nix
We want to have all doc outputs as well (also e.g. ghc documentation).
Adds a bit of documentation to the postInstall script.
2017-01-16 00:13:13 +01:00
Thomas Tuegel 04d11637cb
linux_4_9: enable support for amdgpu on older chipsets
Linux 4.9 includes experimental amdgpu support for AMD Southern Islands
chipsets. (By default, only Sea Islands and newer chipsets are supported.)
Southern Islands chips will still use radeon by default, but daring users may
set `services.xserver.videoDrivers = [ "amdgpu" ];` to try the experimental
driver.
2017-01-15 16:29:50 -06:00
Profpatsch 0ef29213b5 haskell: add servant sphinx docs to build 2017-01-15 21:29:03 +01:00
Peter Simons c85a8f0d2a Merge pull request #21876 from shlevy/ghcWithPackages-cross
ghc with-packages-wrapper: Add support for cross-compiling
2017-01-15 21:07:35 +01:00
Peter Simons 5b05266180 Merge pull request #21878 from rvl/master
haskellPackages.lentil: override dep versions
2017-01-15 21:04:59 +01:00
Arseniy Seroka 83267c1cce Merge pull request #21910 from mguentner/vim-speeddating
vim plugins: added vim-speeddating
2017-01-15 22:27:17 +03:00
John Ericson cef5131ea7 Merge pull request #21911 from Ericson2314/release-cross
release-cross: Expose sub-jobs of linux cross stdenv
2017-01-15 14:21:04 -05:00
John Ericson a62ee8d45c release-cross: Expose sub-jobs of linux cross stdenv 2017-01-15 14:19:39 -05:00
zimbatm f9a9ea920a Revert "nodePackages.yarn: remove package"
This reverts commit 986dba716f.

Fixes:

    error: anonymous function at /home/travis/build/NixOS/nixpkgs/pkgs/development/node-packages/node-env.nix:3:1 called with unexpected argument ‘python’, at /home/travis/build/NixOS/nixpkgs/pkgs/development/node-packages/composition-v6.nix:8:13

This commit is doing a lot more than removing the yarn package, it also
upgrades a ton of other packages.
2017-01-15 18:34:00 +00:00
Maximilian Güntner 99ca11810a
vim plugins: added vim-speeddating 2017-01-15 18:57:52 +01:00
Jörg Thalheim d8e3c20c2e Merge pull request #21855 from lsix/update_ed
ed: 1.13 -> 1.14.1
2017-01-15 18:46:06 +01:00
Tuomas Tynkkynen 9c45e20823 dtc: Fix build after flex upgrade
http://hydra.nixos.org/build/46059338
2017-01-15 19:34:16 +02:00
Lancelot SIX 7a4b15020a
ed: 1.13 -> 1.14.1
See http://lists.gnu.org/archive/html/info-gnu/2017-01/msg00004.html
for full release announcement.
2017-01-15 18:27:59 +01:00
Franz Pletz 749fa3d775
atlassian-confluence: 6.0.1 -> 6.0.3 2017-01-15 18:24:42 +01:00
Franz Pletz e14a04aa3b
atlassian-jira: 7.2.4 -> 7.3.0 2017-01-15 18:24:42 +01:00
Franz Pletz 8afb65ff66
libav_12: init at 12 2017-01-15 18:24:42 +01:00
Franz Pletz a848207c16
libav_0_8: 0.8.17 -> 0.8.19 2017-01-15 18:24:42 +01:00
Ignat Loskutov 5d89ad0447
datagrip: 2016.3 -> 2016.3.2 2017-01-15 20:11:37 +03:00
Nikolay Amiantov 70a6628848 Merge pull request #21882 from abbradar/dhcp6
DHCPv6 improvements
2017-01-15 19:53:33 +03:00
Nikolay Amiantov cb418318a0 radvd: 2.13 -> 2.15 2017-01-15 19:38:53 +03:00
Jörg Thalheim 12b2830446
wireguard: 0.0.20170105 -> 0.0.20170115 2017-01-15 17:33:54 +01:00
Jörg Thalheim 986dba716f
nodePackages.yarn: remove package
was replaced by a dedicated yarn package
2017-01-15 17:32:28 +01:00
Franz Pletz 6e079bdd60
gitlab: 8.13.5 -> 8.15.4 2017-01-15 17:27:28 +01:00
Peter Simons 5928e6d598 stack: update reference for http-client-tls to version 0.3.3.1 2017-01-15 17:03:32 +01:00
Michael Alan Dorman 4171ba5ecc git-annex: Remove versioned yesod-persistent override 2017-01-15 17:03:32 +01:00
Peter Simons bdad3a69fe jailbreak-cabal: fix reference in ghc-HEAD overrides 2017-01-15 17:03:32 +01:00
Peter Simons a37e0866f3 Hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.4-7-g48fad11 from Hackage revision
1b50a4ce72.
2017-01-15 17:02:15 +01:00
Peter Simons 2608adeb17 LTS Haskell 7.15 2017-01-15 17:00:39 +01:00
Thomas Tuegel fd3d2b1a8d
kde5.knewstuff: 5.30.0 -> 5.30.1 2017-01-15 07:50:24 -06:00
Jörg Thalheim 122da3dc79 Merge pull request #21903 from matthiasbeyer/add-git-crecord
git-crecord: init at 20161216.0
2017-01-15 14:38:15 +01:00
Matthias Beyer 7adf2ff42e
git-crecord: init at 20161216.0 2017-01-15 14:23:59 +01:00
Robin Gloster 30621e1052
go-dependency-manager: fix fetchFromGitHub call 2017-01-15 14:03:51 +01:00
Jörg Thalheim 803a56af26 Merge pull request #21902 from peterhoeg/f/tg
terragrunt: fix typo
2017-01-15 14:03:34 +01:00
Franz Pletz 5b5100c5ec
altcoins.stellar-core: fix evaluation 2017-01-15 14:02:38 +01:00
2chilled 936e2086e6 h2: init at 1.4.193 (#21893) 2017-01-15 14:01:07 +01:00
Jordan Cran 3ba22934e8 vimPlugins: add typescript-vim, tsuquyomi 2017-01-15 23:35:55 +11:00
Maarten Hoogendoorn 6345b76b91 kubernetes: build-tools was renamed to build 2017-01-15 13:27:45 +01:00
Maarten Hoogendoorn e81f400ac4 kubernetes: Fix build
Disabled "mungedocs", which broke the build.
This appears to be a piece of development tooling to make sure that
the documentation is correct. We don't really care about that when we
a specific k8s version for NixOS.
2017-01-15 13:27:45 +01:00
Maarten Hoogendoorn ce9b34d3d4 kubernetes: 1.4.6 -> 1.5.2 2017-01-15 13:27:45 +01:00
Peter Hoeg 388371152a terragrunt: fix typo
In my earlier PR #21901, I had pushed the wrong local branch without a '$'.

Apologies @Mic92 - please apply.
2017-01-15 19:11:56 +08:00
Daiderd Jordan d6517b6e5e Merge pull request #21898 from matthewbauer/darwintools
DarwinTools: init at 1
2017-01-15 10:11:39 +01:00
Jörg Thalheim f8cf6ec6d0 Merge pull request #21901 from peterhoeg/u/tg
terragrunt: 0.8.0 -> 0.9.1
2017-01-15 09:13:09 +01:00
Jörg Thalheim e4c88f5c80 Merge pull request #21899 from johbo/add-tryton-client
tryton: init 4.2.1
2017-01-15 08:50:34 +01:00
Peter Hoeg d6ac334826 terragrunt: 0.8.0 -> 0.9.1 2017-01-15 11:42:40 +08:00
Johannes Bornhold 37788f13b7 tryton: init at 4.2.1 2017-01-15 01:40:01 +01:00
Thomas Tuegel b0faf21bb4
kde5.frameworks: 5.29 -> 5.30 2017-01-14 18:00:02 -06:00
Sven Slootweg eedd562f76 capstone: fix pkgconfig file generation (#21897) 2017-01-14 23:45:52 +00:00
Jörg Thalheim 2ab883c9da
sysdig: patch for linux >= 4.9.1 2017-01-15 00:08:12 +01:00
John Ericson 94ad99e759 Merge pull request #21896 from Ericson2314/gawk
Two changes in preperation of cross cleanup
2017-01-14 17:58:22 -05:00
Daiderd Jordan c391904b85 Merge pull request #21894 from johbo/darwin-pangomm
pangomm: Add ApplicationServices on darwin
2017-01-14 23:56:25 +01:00
Jörg Thalheim 97a6566348 Merge pull request #21892 from offlinehacker/pkgs/yarn/add
yarn: init at 0.18.1
2017-01-14 23:54:56 +01:00
John Ericson 27b47ef736 gawk: xz.bin should be a native build input 2017-01-14 17:54:53 -05:00
Johannes Bornhold 8a7d373795 Darwin gtk quartz follow up (#21883)
* gtk2-x11: Add gtk2 configuration with X11 backend

After making quartz the default for darwin, some builds started to fail since
they only support gtk with the X11 backend.

* apvlv: Use gtk2-x11 on darwin

* gpicview: Use gtk2-x11 for darwin

* lxappearance: Use gtk2-x11 for darwin

* fontforge-gtk: Use gtk2-x11 for darwin

* gbdfed: Use gtk2-x11 for darwin
2017-01-14 22:53:56 +00:00
Jörg Thalheim 1fe51342a9
powerdns: 4.0.1 -> 4.0.2 2017-01-14 23:01:56 +01:00
Jörg Thalheim 235da0d77b Merge pull request #21871 from Mic92/manul
manul: init at 2016-09-30
2017-01-14 22:57:30 +01:00
Jörg Thalheim 238a090b4f
gdm: init at 1.4 2017-01-14 22:56:12 +01:00
John Ericson fa0a12e35d release-cross: Use nativeDrv rather than relying on default
The default will soon change
2017-01-14 16:39:43 -05:00
Jaka Hudoklin bb0d0a366b yarn: init at 0.18.1 2017-01-14 20:49:57 +01:00
Bas van Dijk f0338024b9 strongswan: enable charon-systemd (#21872)
See: https://wiki.strongswan.org/projects/strongswan/wiki/Charon-systemd
2017-01-14 20:41:51 +01:00
Moritz Ulrich 666810cd25
elixir: 1.3.3 -> 1.4.0 2017-01-14 20:30:57 +01:00
John Ericson b859ae25dd Merge pull request #21891 from Ericson2314/release-cross
top-level: Add more options to release-cross.nix, normalize param com…
2017-01-14 14:28:31 -05:00
Johannes Bornhold 4b9349698a pangomm: Add ApplicationServices on darwin 2017-01-14 20:27:54 +01:00
John Ericson 427dbcb1d7 top-level: Add more options to release-cross.nix, normalize param comments 2017-01-14 14:25:56 -05:00
Robin Gloster 3405f703f2
gxemul: fix disappeared download link 2017-01-14 20:02:12 +01:00
Jude Taylor 14da7be1b9
haskellPackages.GLUT: remove freeglut on darwin 2017-01-14 10:52:18 -08:00
Jörg Thalheim ae8ec5a44b Merge pull request #21884 from LnL7/rust-no-parallel
rustc: disable parallel building
2017-01-14 19:35:35 +01:00
Jörg Thalheim 790c7d7e49 Merge pull request #21886 from goetzst/youtube-dl
youtube-dl: 2017-01-10 -> 2017-01-14
2017-01-14 19:31:26 +01:00
John Ericson b518598a40 gzip: xz.bin should be native input---accidentally worked because bin (#21887)
Otherwise http://hydra.nixos.org/build/46501984/nixlog/2
2017-01-14 19:21:10 +01:00
Tim Steinbach e8d3c74b49
util-linux: 2.28.1 -> 2.29 2017-01-14 12:57:58 -05:00
Stefan Götz b20e130a46 youtube-dl: 2017-01-10 -> 2017-01-14 2017-01-14 18:43:53 +01:00
Robin Gloster 34b6f1f18b
angband: pin to ncurses5 to fix build 2017-01-14 18:39:01 +01:00
Robin Gloster 10b0a6d411
altcoins.stellar-core: assertion fails on i686 2017-01-14 18:38:57 +01:00
Clemens Lutz fe6e4e2464 makemkv: 1.9.10 -> 1.10.4 2017-01-14 18:33:35 +01:00
Daiderd Jordan e1d0c9ae20
rustc: disable parallel building because of https://github.com/rust-lang/rust/issues/30181
https://github.com/NixOS/nixpkgs/pull/21742
2017-01-14 17:38:46 +01:00
Tim Steinbach afb73be9f7 busybox: 1.26.1 -> 1.26.2 2017-01-14 17:19:43 +01:00
Vincent Laporte 139ed790da qarte: 3.2.0+146 -> 3.2.0+158 2017-01-14 17:04:51 +01:00
Tim Steinbach 295337ead5
linux: 4.9.2 -> 4.9.3 2017-01-14 11:02:26 -05:00
Tim Steinbach 9158b89fd3
linux: 4.4.41 -> 4.4.42 2017-01-14 11:01:52 -05:00
Vincent Laporte 5fff41c948 getdata: 0.8.9 -> 0.9.4 2017-01-14 16:49:57 +01:00
Vincent Laporte f7fc5d2564 matio: 1.5.2 -> 1.5.9 2017-01-14 16:49:32 +01:00
Vincent Laporte 503329e050 bluefish: 2.2.7 -> 2.2.9
And fix some missing icons
2017-01-14 16:33:02 +01:00
Emery Hemingway 2fe19b18e8
clerk: fix version string 2017-01-14 15:54:25 +01:00
Vincent Laporte f537f842d6 coqPackages.flocq: 2.5.1 -> 2.5.2 2017-01-14 15:53:03 +01:00
Vincent Laporte 7d75dd71dc coqPackages.coq-ext-lib: 0.9.3 -> 0.9.{4,5} 2017-01-14 15:36:02 +01:00
Vincent Laporte 4e88fe4998 grass: fix build 2017-01-14 14:55:18 +01:00
Vincent Laporte d535b2df06 smtube: 16.1.0 -> 16.7.2 2017-01-14 14:09:20 +01:00
Vincent Laporte a04337d5c8 smplayer: 16.1.0 -> 16.11.0 2017-01-14 13:44:19 +01:00
Daniel Brockman 2dda1ed3ad solc: 0.4.6 -> 0.4.8 2017-01-14 13:16:50 +01:00
Ganesh Sittampalam f0c230c2c7 selenium-server-standalone: restore htmlunit-driver support
It was moved to a separate project between versions 2.45 and 2.53:
https://github.com/SeleniumHQ/selenium/commit/2d3150b
2017-01-14 10:48:38 +00:00
Jörg Thalheim be759ba64e Merge pull request #21869 from Mic92/pyroute2
pyroute2: init at 0.4.12
2017-01-14 10:21:50 +01:00
Jörg Thalheim 8d67d5689c
pyroute2: init at 0.4.12 2017-01-14 10:12:20 +01:00
Rodney Lorrimar 99d0e1d84b haskellPackages.lentil: override dep versions 2017-01-14 08:41:30 +00:00
Gabriel Ebner 5ad75554b6 lean: 2017-01-06 -> 2017-01-14 2017-01-14 09:37:48 +01:00
Tuomas Tynkkynen e00c61fd36 gnused: Fix cross build after upgrade to 4.3.0
Fixes:
````
  GEN      doc/sed.1
help2man: can't get `--help' info from sed/sed
make[2]: *** [Makefile:5775: doc/sed.1] Error 126
make[2]: Leaving directory '/tmp/nix-build-gnused-4.3-arm-linux-gnueabihf.drv-0/sed-4.3'
make[1]: *** [Makefile:3024: all-recursive] Error 1
make[1]: Leaving directory '/tmp/nix-build-gnused-4.3-arm-linux-gnueabihf.drv-0/sed-4.3'
make: *** [Makefile:2156: all] Error 2
````

http://hydra.nixos.org/build/46051086/nixlog/11/raw
2017-01-14 06:36:44 +02:00
Shea Levy a798850675 ghc with-packages-wrapper: Add support for cross-compiling 2017-01-13 21:21:21 -05:00
Jörg Thalheim 4008370992 Merge pull request #21863 from rycee/bump/google-talk-plugin
google-talk-plugin: 5.41.0.0 -> 5.41.3.0
2017-01-14 01:16:03 +01:00
Jörg Thalheim 4f130dd219
manul: init at 2016-09-30 2017-01-14 01:04:53 +01:00
Richard Lupton 0a3bd81648
kubernetes-helm: 2.1.2 -> 2.1.3 2017-01-13 22:48:36 +00:00
Pascal Wittmann 89dfe67f81 Merge pull request #21819 from AtnNn/isabelle
isabelle: 2016 -> 2016-1
2017-01-13 21:58:57 +01:00
Pascal Wittmann d760d9cccc Merge pull request #21836 from kierdavis/ckb
ckb: init at 0.2.6
2017-01-13 21:44:21 +01:00
Robert Helgesson 782e2fa807
google-talk-plugin: 5.41.0.0 -> 5.41.3.0 2017-01-13 20:24:24 +01:00
John Ericson 0b8e389870 Merge pull request #21415 from Ericson2314/normalize-boot
Normalize bootstrapping
2017-01-13 13:49:22 -05:00
John Ericson abaf790ea9 stdenv/booter.nix: Add longer note explaining indexing 2017-01-13 13:47:17 -05:00
John Ericson ff35560460 linux stdenv: Inline stage funs to conform to new convention
Code is just moved around
2017-01-13 13:23:26 -05:00
John Ericson b10f415c21 linux stdenv: Remove stray use of stage0 to bootstrap more elegantly 2017-01-13 13:23:26 -05:00
John Ericson 6a45e911c4 linux stdenv: Utilize overrides and prevStage better
`gcc-unwrapped` basically replaces `gccPlain`. It may seem like an ugly
polution to stick it in all-packages, but a future PR will enshrine this
`*-unwrapped` pattern. In any event, the long term goal is stdenvs might
need to tweak how compilers are booted and wrapped, but the code to build
the unwrapped compilers themselves should be generic.
2017-01-13 13:23:25 -05:00
John Ericson 67ebd3161b top-level: Inherit system and platform in stage.nix not all-packages.nix
These are not packages, and so its more elegant to do this outside of
all-packages.nix.
2017-01-13 13:23:25 -05:00
David Grayson 0f33b9f7f1 top-level: Do stdenvOverrides in stage.nix even if crossSystem exists.
Instead, the cross stdenv will patch up the override field -- the complexity
is now confined to the one place it matters.
2017-01-13 13:23:25 -05:00
John Ericson 3e197f7d81 top-level: Normalize stdenv booting
Introduce new abstraction, `stdenv/booter.nix` for composing bootstraping
stages, and use it everywhere for consistency. See that file for more doc.

Stdenvs besides Linux and Darwin are completely refactored to utilize this.
Those two, due to their size and complexity, are minimally edited for
easier reviewing.

No hashes should be changed.
2017-01-13 13:23:23 -05:00
Vladimír Čunát a652099c46
fetchurl: change to grep -E to fix #8561
Close #21861.
2017-01-13 19:07:07 +01:00
Michael Raskin bc2e81f610 i3blocks: fix platforms 2017-01-13 19:09:28 +01:00
Michael Raskin 94b0ad124e Merge pull request #21846 from peterhoeg/f/nim
nim: include all supporting tools
2017-01-13 17:49:25 +00:00
Michael Raskin f30a854844 Merge pull request #21858 from MindTooth/tweak_i3blocks
i3blocks: specify supported platforms
2017-01-13 16:34:51 +00:00
Niclas Thall 15d36c1f0e spotify: 1.0.45 -> 1.0.47 (#21856) 2017-01-13 17:26:26 +01:00
Birger J. Nordølum 32f991f094
i3blocks: specify supported platforms 2017-01-13 17:09:42 +01:00
Maarten Hoogendoorn af299d94eb minikube: disable shell autocompletion; causes impurities.
Apparently the the generation of auto completion files depends on a
network connection. My `nix-build --pure` failed because of this.
Disabled autocompletion for now, given that minikube prints out lots of
documentaton if you provide partial commands.
2017-01-13 17:08:32 +01:00
Maarten Hoogendoorn 3cbc64d5bb minikube: 0.13.1 -> 0.15.0 2017-01-13 17:08:32 +01:00
John Ericson 0ef8b69d12 top-level: Modernize stdenv.overrides giving it self and super
Document breaking change in 17.03 release notes
2017-01-13 10:36:11 -05:00
Robin Gloster a6cd5cdc15
prometheus-cli: remove due to pkg being obsolete 2017-01-13 14:24:35 +01:00
Robin Gloster 74846b2c71
prometheus-blackbox-exporter: 0.3.0 -> 0.4.0 2017-01-13 14:24:33 +01:00
Robin Gloster e2be232c65
perlPackages.CompressRawBzip2: 2.064 -> 2.070 2017-01-13 14:02:57 +01:00
Michael Raskin fbe3a9c229 Merge pull request #21827 from srp/nvi
nvi: link against libncurses as there is no libcurses
2017-01-13 10:44:47 +00:00
Michael Raskin aa5fe24540 Merge pull request #21831 from lsix/update_python_channels
Update python channels
2017-01-13 10:44:04 +00:00
Michael Raskin 740d857b5c Merge pull request #21839 from kierdavis/i3blocks-sysconfdir
i3blocks: search for config in correct system directory
2017-01-13 10:41:59 +00:00
Michael Raskin ee966005a7 Merge pull request #21842 from johbo/darwin-xournal-quartz
xournal: Support gtk with quartz or x11 backend
2017-01-13 10:38:56 +00:00
Eelco Dolstra 96b6968950
nix: 1.11.5 -> 1.11.6 2017-01-13 11:38:09 +01:00
Michael Raskin c5ebc057fd Merge pull request #21848 from league/yuicompressor-bin
yuicompressor: add bin wrapper for jar
2017-01-13 10:34:20 +00:00
Michael Raskin 65b397bf8c Merge pull request #21852 from lheckemann/remove-syncthing-go-dep
syncthing: remove runtime dependency on go
2017-01-13 10:31:37 +00:00
Linus Heckemann b91fa0f477 syncthing: remove runtime dependency on go
The hack used here is shamelessly stolen from buildGoPackage. If it is
going to be applied to more expressions, it may make sense to factor it
out so it can be shared.
2017-01-13 09:54:48 +00:00
Aneesh Agrawal 80ea1c0631 rr: 4.3.0 -> 4.4.0 2017-01-13 00:44:30 -05:00
Christopher League ea0f8fbd53 yuicompressor: add bin wrapper for jar
yuicompressor is a JavaScript and CSS minifier, distributed as a jar
file. This change uses `makeWrapper` to create a corresponding bin
script, adding `jre` as a dependency.
2017-01-12 23:08:55 -05:00
Bart Brouns 07dfecdc99 clipster: 2016-12-08 -> 2017-01-12 2017-01-13 01:53:47 +01:00
Johannes Bornhold 71aad4c494 xournal: Support gtk backend quartz on darwin 2017-01-12 22:55:23 +01:00
Vincent Laporte befc29454b coqPackages.dpdgraph: 0.5 -> 0.6{,.1} 2017-01-12 21:23:18 +00:00
Kier Davis 90b3648f9c
i3blocks: search for config in correct system directory
The SYSCONFDIR variable used in the Makefile servers two purposes:

1) During buildPhase, it is hardcoded into the executable as one of
   the locations that will be searched for the i3blocks.conf config
   file. We want this set to "/etc", so that "/etc/i3blocks.conf"
   will be automatically loaded if it exists, as specified in the
   manpage.

2) During installPhase, it specifies the location that the sample
   i3blocks.conf should be installed to. We want this to be "$out/etc".

Case 2 was already handled correctly, but case 1 was not. This resulted
in i3blocks instead searching for i3blocks.conf in the default value of
SYSCONFDIR, which is "/usr/local/etc", a directory which generally does
not exist on NixOS. This commit remedies this problem by setting
SYSCONFDIR=/etc during buildPhase.

A minor stylistic fix (correcting a usage of "makeFlags" to "buildFlags"
in the expression) has also been applied in this commit.
2017-01-12 20:15:15 +00:00
Bjørn Forsman 05bb3fe22e avidemux: 2.6.16 -> 2.6.18 2017-01-12 20:13:12 +01:00
Tim Steinbach 558d13b255 Merge pull request #21838 from volth/scala-fix-version
scala: fix versions and $PATH
2017-01-12 13:43:15 -05:00
Kier Davis ea7a8bf2d9
ckb: init at 0.2.6
ckb is a driver for Corsair keyboards/mice. It also contains a graphical tool for configuring their LED backlight settings.

The driver is implemented as a userland daemon. A NixOS module is included that runs this as a systemd service.
2017-01-12 18:25:14 +00:00
Vladimír Čunát cb6f49a61f
man-pages: 4.08 -> 4.09
Includes about a dozen new pages.
2017-01-12 19:16:54 +01:00
Volth 9c489165af scala: fix versions and $PATH 2017-01-12 17:56:45 +00:00
Pascal Wittmann dd3c287642 Merge pull request #20318 from vdemeester/add-vndr
vndr: init at 20161110-cf8678f
2017-01-12 18:40:16 +01:00
Domen Kožar 45a677b978
haskell.packages.ghc802: dontCheck vector-algorithms 2017-01-12 16:35:08 +01:00
Daiderd Jordan e91840cfb6 rustc: enable codegen units and parallel building (#21742) 2017-01-12 14:25:20 +01:00
Thomas Tuegel ce26a4d3d4 Merge pull request #21826 from mdorman/emacs-updates
Automated emacs package updates
2017-01-12 06:48:36 -06:00
Graham Christensen 193d206b17 Merge pull request #21804 from exi/include-rust-beta-nightly
rust: make rust beta and nightly be build by hydra
2017-01-12 07:33:26 -05:00
Graham Christensen f855f4a9e2 Merge pull request #21824 from peterhoeg/u/dropbox
dropbox: 16.4.30 -> 17.4.33
2017-01-12 07:29:45 -05:00
Ignat Loskutov c94c2666bb tdesktop: 0.10.19 -> 1.0.0
abbradar: add vdpau to fix the build, use qt56 explicitly

Closes #21821.
2017-01-12 15:27:24 +03:00
Peter Hoeg 4e0a5e7602 nim: include all supporting tools
This PR makes a few changes to how things are done:

a) build and install "koch" - the nim make-type tool
b) use "koch" to bootstrap nim
c) build additional supporting tools such as nimble, nimgrep and nimsuggest
d) nim can use other c compilers than gcc, so instead of forcing gcc we use the one from stdenv
e) run the full test suite

We do not need the "nimble" package any longer as it is part of nim.
2017-01-12 20:11:36 +08:00
Domen Kožar 60435691f7
haskellPackages.servant-auth: fix build 2017-01-12 11:47:14 +01:00
Franz Pletz 44efd447b6 Merge pull request #21816 from NeQuissimus/linux_4_8_removal
linux: Remove 4.8
2017-01-12 10:22:29 +01:00
Lancelot SIX 8b8bba90b7
pythonPackages.channels: 0.17.3 -> 1.0.1 2017-01-12 10:17:55 +01:00
Lancelot SIX eeda593de4
pythonPackages.daphne: 0.15.0 -> 1.0.1 2017-01-12 10:17:46 +01:00
Vincent Laporte 086fbfa308 ocamlPackages.owee: init at 0.2
Owee is an experimental library to work with DWARF format.

Homepage: https://github.com/let-def/owee
2017-01-12 09:12:52 +00:00
Peter Simons b4fcbf4095 callHackage: update database to current version 2017-01-12 10:00:22 +01:00
Peter Simons 2fd0a9f3c7 bind: update to 9.10.4-P5 (CVE-2016-9131, CVE-2016-9147, CVE-2016-9444, CVE-2016-9778) 2017-01-12 10:00:22 +01:00
Aaron Bull Schaefer 715ff285b6 terraform: 0.8.2 -> 0.8.4 2017-01-12 07:29:17 +01:00
Scott R. Parish 4c1703786c nvi: fix linking with ncurses 2017-01-11 19:21:18 -08:00
Michael Alan Dorman ac393d299c melpa-packages: 2017-01-11
removals:
 - ctags: repository no longer available
 - latest-clojure-libraries: removed from melpa
 - slamhound: removed from melpa
2017-01-11 20:49:26 -05:00
Michael Alan Dorman 2c4ee516d5 melpa-stable-package: 2017-01-11
removals:
 - ctags: repository no longer available
 - ctags-update: version tags lost when moved to new repository
 - slamhound: removed from melpa
2017-01-11 20:48:21 -05:00
Michael Alan Dorman adbc201147 elpa-packages: 2017-01-11 2017-01-11 20:46:20 -05:00
Tim Steinbach 575b0352b9 Merge pull request #21818 from NeQuissimus/rkt_1_22_0
rkt: 1.21.0 -> 1.22.0
2017-01-11 20:21:37 -05:00
Tim Steinbach 2c0f888f7e Merge pull request #21817 from NeQuissimus/atom_1_13_0
atom: 1.12.9 -> 1.13.0
2017-01-11 20:21:26 -05:00
Tim Steinbach fb0e159a97 Merge pull request #21823 from NeQuissimus/minecraft_1_11_2
minecraft-server: 1.11.1 -> 1.11.2
2017-01-11 20:21:14 -05:00
Tim Steinbach 4fce3aa442
minecraft-server: 1.11.1 -> 1.11.2 2017-01-11 20:18:38 -05:00
Peter Hoeg ef318d01e9 dropbox: 16.4.30 -> 17.4.33 2017-01-12 09:13:36 +08:00
Graham Christensen 18e2639924
jasper: 2.0.6 -> 2.0.10 for null pointer dereference 2017-01-11 20:11:30 -05:00
Graham Christensen d20d38e68d
nvidia_x11_legacy340: 340.96 -> 340.101 for CVE-2016-7382, CVE-2016-7389, CVE-2016-8826 2017-01-11 20:11:20 -05:00
Graham Christensen 9837dce6d2
nvidia_x11_legacy304: 304.131 -> 304.134 for CVE-2016-7382, CVE-2016-7389, CVE-2016-8826 2017-01-11 20:11:14 -05:00
Graham Christensen 847647af6a
pcsclite: 1.8.17 -> 1.8.20 for CVE-2016-10109 2017-01-11 20:11:08 -05:00
Graham Christensen 2dab7782f3
unrtf: patch against CVE-2016-10091 2017-01-11 20:11:01 -05:00
Daiderd Jordan b8b1892546
libtasn1: fix darwin build 2017-01-11 23:47:54 +01:00
Etienne Laurin 3d301e384e isabelle: 2016 -> 2016-1 2017-01-11 17:33:04 -05:00
Tim Steinbach 490c109928
rkt: 1.21.0 -> 1.22.0 2017-01-11 17:27:19 -05:00
Tim Steinbach f124cb7611
atom: 1.12.9 -> 1.13.0 2017-01-11 17:18:24 -05:00
Tim Steinbach d483a871d1
linux: Remove 4.8 2017-01-11 16:59:29 -05:00
Jörg Thalheim 5fa5ab0eed Merge pull request #21810 from volth/flashplayer-24.0.0.194
flashplayer: 24.0.0.186 -> 24.0.0.194
2017-01-11 22:31:04 +01:00
Daiderd Jordan 4488203d0c Merge pull request #20658 from matthewbauer/gimp-darwin
GIMP on Darwin (use Quartz)
2017-01-11 21:47:29 +01:00
Peter Simons e755dc3fd7 Merge pull request #21811 from shlevy/ghc-cross-hsc2hs-jailbreak
GHC cross compilation native jailbreak and hsc2hs
2017-01-11 21:33:00 +01:00
Robin Gloster 289782b94b
xorg.xrandr: remove unnecessary xkeystone binary
Fixes #21714 (see this for more information)
2017-01-11 19:53:38 +01:00
Shea Levy 60918113af haskellPackages.mkDerivation: Use native hsc2hs when cross-compiling 2017-01-11 13:26:08 -05:00
Shea Levy 4687b6142c haskellPackages.mkDerivation: Use native jailbreak-cabal when cross-compiling 2017-01-11 13:25:50 -05:00
Daiderd Jordan 8ff396ae97 Merge pull request #21775 from yurrriq/update/pkgs/development/interpreters/erlang/R19
erlangR19: 19.1.6 -> 19.2
2017-01-11 19:22:20 +01:00
volth a3778f6e87 flashplayer: 24.0.0.186 -> 24.0.0.194 2017-01-11 18:06:55 +00:00
Joachim F 104c3db659 Merge pull request #21202 from kierdavis/unigine-valley
unigine-valley: refactor
2017-01-11 18:39:05 +01:00
Frederik Rietdijk 70b0af9f83 omniorb: use python2 2017-01-11 18:25:11 +01:00
Frederik Rietdijk 85e170c2c1 linuxband: use python2 2017-01-11 18:25:10 +01:00
Frederik Rietdijk 472c25cfa2 zbar: use python2 2017-01-11 18:25:10 +01:00
Frederik Rietdijk 7a109e6310 pythonPackages.docker: support python3 2017-01-11 18:25:10 +01:00
Frederik Rietdijk e94d9cdfaa virtmanager: use python2 2017-01-11 18:25:10 +01:00
Frederik Rietdijk 2445119d5a bootchart: use python2 2017-01-11 18:25:10 +01:00
Frederik Rietdijk e1cd8f0f96 zim: use python2 2017-01-11 18:25:10 +01:00
Frederik Rietdijk 66d3b9a02d wicd: use python2 2017-01-11 18:25:10 +01:00
Frederik Rietdijk ba92ef0b32 gpodder: use python2 2017-01-11 18:25:09 +01:00
Frederik Rietdijk 66bdcb4dfd sabnzbd: add yenc package 2017-01-11 18:12:32 +01:00
Frederik Rietdijk 87e67cb4e5 pythonPackages.yenc: init at 0.4.0 2017-01-11 18:12:32 +01:00
Jörg Thalheim d9681de618 Merge pull request #21708 from 3noch/nginx-pagespeed-module
nginx: add PageSpeed module (Linux only)
2017-01-11 17:25:26 +01:00
Jiří Daněk 0f83aa5167 idea-community: 2016.3 -> 2016.3.2 (#21807) 2017-01-11 16:36:25 +01:00
Franz Pletz 59ce8fd90e
Merge branch 'staging' 2017-01-11 15:43:35 +01:00
Graham Christensen 7158ef7514 Merge pull request #21805 from exi/update-ding
ding: 1.8 -> 1.8.1
2017-01-11 09:36:15 -05:00
Reno Reckling 4823b85a2b ding: 1.8 -> 1.8.1
The actual tar did not change for some reason, but the version did
change.
Also make the install a bit more verbose.
2017-01-11 15:34:52 +01:00
Michael Raskin a00f1c99b8 icoutils: 0.31.0 -> 0.31.1 2017-01-11 15:17:22 +01:00
Michael Raskin 09f3481be4 libvncserver: build with libpng 2017-01-11 14:32:02 +01:00
Michael Raskin 905349b8a5 libvncserver: 0.9.9 -> 0.9.11 2017-01-11 14:25:47 +01:00
Michael Raskin 760edeb2b6 xfractint: init at 20.04p14 2017-01-11 14:14:07 +01:00
Reno Reckling 167795cd15 rust: make rust beta and nightly be build by hydra 2017-01-11 13:54:21 +01:00
Reno Reckling 8e2a4e0948 cargo: do not make install in cargo (#21799)
cargo is already a cargo package, so why not build it with cargo
and safe us the special cases
2017-01-11 12:33:53 +01:00
Franz Pletz 260d97ca25
runc: add patches to fix CVE-2016-9962 2017-01-11 12:11:29 +01:00
Reno Reckling 2b17620d59 update rustBeta and rustNightly (#21800)
looks good
2017-01-11 11:50:42 +01:00
Michael Raskin 5746eec9fd Merge pull request #21798 from lsix/auctex
auctex: 11.89 -> 11.90
2017-01-11 09:59:59 +00:00
Franz Pletz 0aa4931671
runc: 2016-06-15 -> 1.0.0-rc2 2017-01-11 10:59:27 +01:00
Franz Pletz 4df30fc74f
containerd: 0.2.3 -> 0.2.5 2017-01-11 10:59:26 +01:00
Franz Pletz cb07316773
docker: 1.12.5 -> 1.12.6
Fixes CVE-2016-9962.
2017-01-11 10:59:24 +01:00
Lancelot SIX abb28a409c auctex: 11.89 -> 11.90
See http://lists.gnu.org/archive/html/info-gnu/2017-01/msg00003.html
for release announcement
2017-01-11 10:46:21 +01:00
Frederik Rietdijk aa2ce20c59 ingen: fix evaluation 2017-01-11 09:17:55 +01:00
Frederik Rietdijk d0bfac0edf Merge pull request #20037 from magnetophon/lv2libs
Lv2libs
2017-01-11 09:02:14 +01:00
Daiderd Jordan 51beb935c3 Merge pull request #21274 from LnL7/darwin-gyp
python-gyp: fix darwin build without xcode
2017-01-11 08:51:00 +01:00
Eric Bailey ad3e589c6d
erlangR19: 19.1.6 -> 19.2
Include sw_vers patch as discussed on #21775.
2017-01-11 01:43:56 -06:00
Robert Helgesson 6c9e41333d
libsecret: add dev output
This reduces the closure size of the secret-tool binary from 178 MiB to
38 MiB.
2017-01-11 08:32:39 +01:00