Commit Graph

153252 Commits

Author SHA1 Message Date
Samuel Dionne-Riel
ea863cd334 Revert "pkgsStatic: Add warning saying this is a provisional backport"
This reverts commit 3c1049fbef.

This broke tarball on release-18.09

  * https://hydra.nixos.org/build/85858044/
  * https://hydra.nixos.org/build/85858044/nixlog/1
2018-12-13 22:34:58 -05:00
R. RyanTM
d6d3a1299f davfs2: 1.5.3 -> 1.5.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/davfs2/versions

(cherry picked from commit c5f7204aff)
2018-12-13 21:01:34 -05:00
John Ericson
340c0c4361 Merge pull request #51969 from vaibhavsagar/fix-static-lz4
lz4: Fix pkgsStatic build for 18.09
2018-12-13 18:28:01 -05:00
Vaibhav Sagar
cb5a7bdc3a lz4: fix pkgsStatic build 2018-12-13 18:00:26 -05:00
John Ericson
91865b213f Merge branch 'fix-portable-libsystem-for-18.09' into release-18.09 2018-12-13 17:49:46 -05:00
Matthew Bauer
af2cebe78f stdenv/darwin: fix portable libsystem hook
Some packages don’t have /bin directories. We should only run
install_name_tool if that directory exists.

(cherry picked from commit 0b8574540b)
2018-12-13 17:49:18 -05:00
John Ericson
62c609930c Merge pull request #51957 from obsidiansystems/crossOverlays-for-18.09
pkgsStatic for 18.09
2018-12-13 17:31:42 -05:00
Elis Hirwing
7a37ddc0d8 nixos/lightdm: Fix spelling of option in docs
(cherry picked from commit 6fa51fe5cf)
2018-12-13 21:45:25 +00:00
Elis Hirwing
5c5607f9c2 nixos/sddm: Fix spelling of option in docs
(cherry picked from commit c974813b92)
2018-12-13 21:45:25 +00:00
Guillaume Bouchard
fbfe10f0a1 Fix english in stdenv.xml
(cherry picked from commit d5c931992d)
2018-12-13 21:34:10 +00:00
John Ericson
3c1049fbef pkgsStatic: Add warning saying this is a provisional backport 2018-12-13 19:17:55 +00:00
Matthew Bauer
3c36dccd7c top-level/stage.nix: add static overlay
Adds the static overlay that can be used to build Nixpkgs statically.
Can be used like:

  nix build pkgsStatic.hello

Not all packages build, as some rely on dynamic linking.

(cherry picked from commit 6d90a8b894)
2018-12-13 14:04:34 -05:00
Matthew Bauer
3170d617ef ncurses: make shared linking optinoal
when enableShared = false, we set --without-shared flag.

(cherry picked from commit 53a67891ab)
2018-12-13 14:04:34 -05:00
Matthew Bauer
a8e0694993 zlib: clean up static/shared distincion
This is kind of a mess, but basically:

- static=true, shared=true means to build statically but move it to
  the static output
- static=true, shared=false means to build statically and leave it in
  the main output
- static=false, shared=true means to not build static at all

Confusingly, the old default was static=true, shared=true even though
static=false? Still can’t figure out what was meant by that.

(cherry picked from commit e999def159)
2018-12-13 14:04:34 -05:00
Matthew Bauer
f11d5341aa darwin/libiconv: fix static/shared logic
The conditional was incorrect - postInstall script should only hsppen
when enableShared = true.

(cherry picked from commit 5e06294276)
2018-12-13 14:04:33 -05:00
Matthew Bauer
7fcbc52d7d stdenv/adapters.nix: fixup makeStaticBinaries
- makeStaticBinaries don’t work on Darwin (no stable ABI!)
- Need to make sure NIX_CFLAGS_LINK appends
- isStatic is not used anymore

(cherry picked from commit 8726f6a558)
2018-12-13 14:04:33 -05:00
Matthew Bauer
e84255296f stdenv: implement crossOverlays
crossOverlays only apply to the packages being built, not the build
packages. It is useful when you don’t care what is used to build your
packages, just what is being built. The idea relies heavily on the
cross compiling infrastructure. Using this implies that we need to
create a cross stdenv.

(cherry picked from commit a3a6ad7a01)
2018-12-13 14:04:33 -05:00
Tim Steinbach
5e425e22a7 linux: 4.19.8 -> 4.19.9
(cherry picked from commit 5a15ab7b5d)
2018-12-13 07:01:25 -05:00
Tim Steinbach
99315692f6 linux: 4.14.87 -> 4.14.88
(cherry picked from commit f335fa6d74)
2018-12-13 07:01:25 -05:00
Tim Steinbach
de113e0352 linux: 4.9.144 -> 4.9.145
(cherry picked from commit 1f92bdcd94)
2018-12-13 07:01:25 -05:00
Tim Steinbach
b01a9058cc linux: 4.4.166 -> 4.4.167
(cherry picked from commit adf8cdd67d)
2018-12-13 07:01:24 -05:00
Eelco Dolstra
25d0880528 Revert "resolvconf.conf: Remove forced NSCD service restart"
This reverts commit d8c16bc54a. It
breaks nscd invalidation when the network configuration changes.

(cherry picked from commit 09cbfea2ed)
2018-12-12 23:16:50 +00:00
Andreas Rammhold
d15b9bd990 firefox-esr-60: 60.3.0esr -> 60.4.0esr
See #51863.

(cherry picked from commit d16d0b3762)
2018-12-12 20:35:29 +01:00
Andreas Rammhold
3d606b06d1 firefox-bin: 63.0.3 -> 64.0
See #51863.

(cherry picked from commit 536d0cc3a7)
2018-12-12 11:10:00 +01:00
Vladimír Čunát
4f3446f299 nixos/nvidia: improve the assertion again
/cc 13938acd0 #51836.

(cherry picked from commit ad3e9191d1)
2018-12-12 00:35:21 +01:00
Andreas Rammhold
824b311961 rust-cbindgen_0_6_7: init at 0.6.7
after feedback from @veprbl in #51805 I added this as another package
which can be used for the 18.09 firefox builds.

(cherry picked from commit f1ee26bc4b)
2018-12-11 17:24:52 -05:00
Jörg Thalheim
da88e93f95 dropbox: fix evaluation
fixes #51883
2018-12-11 21:36:13 +00:00
Graham Christensen
99875d5cca Revert "modules: add mxisd with test"
Wasn't the commit which was in master, and this version
did not work due to evaluation errors on a missing option.

This reverts commit d9758833c5.
2018-12-11 16:34:55 -05:00
Vladimír Čunát
13938acd03 Merge #51836: nixos/nvidia: fix inverted assertion
(cherry picked from commit ac19d5e34f)
2018-12-11 21:42:35 +01:00
Izorkin
6e0efb350d php72: 7.2.12 -> 7.2.13
(cherry picked from commit f80e7df143)
2018-12-11 20:39:33 +01:00
Izorkin
043a2be17e php71: 7.1.24 -> 7.1.25
(cherry picked from commit 374be65924)
2018-12-11 20:39:27 +01:00
Maximilian Güntner
d9758833c5 modules: add mxisd with test
(cherry picked from commit 44bb1c30b4ecfbe60bac1205a7f2af2e1323f2df)
2018-12-11 20:39:14 +01:00
Maximilian Güntner
5f75865e49 mxisd: init at 1.2.0
(cherry picked from commit e40eb38dd4)
2018-12-11 20:39:13 +01:00
Alyssa Ross
f55c7cfa94 Merge pull request #51835 from alyssais/geckodriver-backport
Backport "geckodriver: unstable-2018-02-24 -> 0.22.0" to 18.09
2018-12-11 12:05:20 +00:00
Markus Hauck
1d83bd047b dropbox: add mesa, libxshmfence and libpthreadstubs 2018-12-11 11:55:16 +00:00
Sarah Brofeldt
87ee6c4fe4 Merge pull request #51856 from samueldr/auto/dbeaver/nixos-18.09/5.3.0
dbeaver: 5.2.5 -> 5.3.0 (18.09)
2018-12-11 12:49:17 +01:00
Jappie Klooster
32d7eb3c0a doc: Fix insecure nginx docs (#51840)
(cherry picked from commit e576c3b385)
2018-12-11 11:03:42 +00:00
Samuel Dionne-Riel
30e538bd47 dbeaver: 5.2.5 -> 5.3.0
(cherry picked from commit 1c3079fce3)
2018-12-10 17:48:58 -05:00
Renaud
b144dfa3b2 Merge pull request #51828 from andir/18.09/steam
[18.09] steam: ran update-runtime.py
2018-12-10 22:29:04 +01:00
Robert Schütz
7b7d14045c python.pkgs.pylint: disable broken test
fixes https://github.com/NixOS/nixpkgs/issues/51394
2018-12-10 17:23:09 +01:00
Raphael Borun Das Gupta
03c552a37b geckodriver: unstable-2018-02-24 -> 0.22.0
Motivation: unstable-2018-02-24 (which reports to be
0.19.1, but probably doesn't correspond to any actual
geckodriver release) isn't compatible with the currently
shipped Firefox version 63.0

closes NixOS/nixpkgs#50380
2018-12-10 16:01:33 +00:00
Cole Mickens
4921bf4698 google-chrome-dev: add at-spi2-core dependency
(cherry picked from commit 45fd44c66d)
2018-12-10 15:19:21 +01:00
Renaud
dc7548237b Merge pull request #51826 from markuskowa/fix-gnss-sdr-18.09
[18.09] gnss-sdr: turn off unit tests explicitly
2018-12-10 14:59:40 +01:00
Andreas Rammhold
a67d27eacd steam: ran update-runtime.py
(cherry picked from commit 1de88c36cc)
2018-12-10 13:50:37 +01:00
Markus Kowalewski
67de9c4617 gnss-sdr: turn off unit tests explicitly
(cherry picked from commit 0528001141)
2018-12-10 13:42:22 +01:00
Vladimír Čunát
4b374061a6 nixos tests: disable kafka for now
They consistently fail since openjdk bump with some out-of-space errors.
That's not a problem by itself, but each test instance ties a build slot
for many hours and consequently they also delay channels as those wait
for all builds to finish.

Feel free to re-enable when fixed, of course.

(cherry picked from commit 3946d83a3c)
2018-12-10 13:25:49 +01:00
Florian Klink
6a7b2a4aa5 Merge pull request #51799 from flokli/18.09-ghostscript-9.26
ghostscript: 9.25 -> 9.26
2018-12-09 23:02:26 +01:00
Tor Hedin Brønner
2549e2e977 ghostscript: 9.25 -> 9.26
(cherry picked from commit 0ed7d3c62a)
2018-12-09 22:29:05 +01:00
Andreas Rammhold
1a5d5a570b Merge pull request #51795 from andir/18.09/smartmontools
[18.09] smartmontools: drivedb 4548 -> 4852
2018-12-09 21:53:31 +01:00
Andreas Rammhold
510946b241 smartmontools: drivedb 4548 -> 4852 2018-12-09 21:39:13 +01:00