170706 Commits

Author SHA1 Message Date
Vladimír Čunát
4851a04deb
go_1_10: fix tests after binutils update 2019-02-19 11:35:54 +01:00
Vladimír Čunát
3a078594a1
libpng: always apply the debian patches
This fixes the low-severity CVE on other platforms than aarch64.
2019-02-19 11:10:00 +01:00
Vladimír Čunát
424efc7e71
Merge branch 'staging-next' into staging 2019-02-19 11:08:32 +01:00
Vladimír Čunát
98be12ab3a
libpng: apply patches from Debian
- first unbreaks ARM builds
- second fixes a low-severity CVE
These only get applied on aarch64 *for now*, to iterate staging faster.
2019-02-19 11:02:38 +01:00
ft
8839a613d7 paraview: 5.5.2 -> 5.6.0 2019-02-19 01:48:58 -08:00
Vincent Laporte
e4035c3e0e
Merge pull request #55633 from vbgl/alt-ergo-2.3.0
alt-ergo: 2.2.0 -> 2.3.0
2019-02-19 09:53:57 +01:00
Vincent Laporte
390ed4a626 ocaml-4.08: disable “strictoverflow” hardening 2019-02-19 09:44:04 +01:00
Vincent Laporte
1753b20648 ocaml: init at 4.08.0+beta1 2019-02-19 09:44:04 +01:00
Vladimír Čunát
c721be4008
Merge #55845: linux-hardkernel: 4.14.87-153 -> 4.14.94-155 2019-02-19 09:16:01 +01:00
Pascal Wittmann
d76f38a762
Merge pull request #55992 from dywedir/watchexec
watchexec: 1.10.0 -> 1.10.1
2019-02-19 09:15:23 +01:00
Vladimír Čunát
95e2332ed1
Merge #55981: gtk3: 3.24.4 -> 3.24.5 (into staging) 2019-02-19 08:23:01 +01:00
Maximilian Bosch
1cab56e01a buildEnv: break with a proper error if one path is actually a file
I noticed by creating `buildEnv` where I accidentally put a derivation
from `pkgs.writeText` into `paths` and got a broken build with the
following misleading error message:

```
Use of uninitialized value $stat1 in numeric ne (!=) at /nix/store/9g4wc31j7a2xp22xpgwr0qssfxahxdzl-builder.pl line 74.
Use of uninitialized value $stat1 in bitwise and (&) at /nix/store/9g4wc31j7a2xp22xpgwr0qssfxahxdzl-builder.pl line 75.
different permissions in `' and `/nix/store/0vy5ss91laxvwkyvrbld5hv27i88qk5w-noise': 0000 <-> 0444 at /nix/store/9g4wc31j7a2xp22xpgwr0qssfxahxdzl-builder.pl line 75.
```

It can be reproduced with an expression like this:

``` nix
{ pkgs ? import <nixpkgs> { } }:
let
  file = pkgs.writeText "test" ''
    content
  '';
in
  pkgs.buildEnv {
    name = "test-env";
    paths = [ /* ... */ file ];
  }
```
2019-02-19 07:56:44 +01:00
Herwig Hochleitner
c414e5bd08 chromium: 72.0.3626.96 -> 72.0.3626.109 2019-02-19 04:44:37 +01:00
Elis Hirwing
8ef5700958 dump1090: Move to radio 2019-02-18 22:35:16 -05:00
Tim Steinbach
d607715ab3
linux: 5.0-rc6 -> 5.0-rc7
Also remove interpreter truncation patch, no longer needed in package tree.
2019-02-18 21:11:21 -05:00
Matthew Bauer
8cb7ea7dae Revert "libcxx: add linker scripts for libc++.a to ensure libc++abi.a is properly linked"
This reverts commit 72e1764199805ab6e602fa3762a4d95bfdf80cb8.

This causes the GHC panic reported in issue #55848.
2019-02-18 20:52:08 -05:00
Matthew Bauer
5464dbe40a cctools: add myself as maintainer 2019-02-18 20:45:35 -05:00
Matthew Bauer
0e78f2bd10 Revert "cctools: bump to latest commit"
This reverts commit ac682e362c07929b2b30bfdf4f75cd1c5250d3e7.

This broke iOS building on master. Even Xcode 8.2 comes with TAPI
librarises. We need these patches to support those .tbd files.
Eventually we will move to using libtapi directly, but I have not
finished work on this right now.

Unfortunately, this will not have my changes for building cctools with
manpages. We will have to do this update at some later time.
2019-02-18 20:44:19 -05:00
Matthew Bauer
b1bbd94bb6 Merge remote-tracking branch 'NixOS/master' into staging 2019-02-18 20:36:48 -05:00
Shea Levy
bb52ff3df8
postgresql: Don't move libs unnecessarily out of $lib.
In particular, when static linking pkgconfig expects libpq.a in $lib
2019-02-18 20:31:09 -05:00
Silvan Mosberger
266315c91d
Merge pull request #53767 from kwohlfahrt/ssh
ssh: put custom options before generated options
2019-02-19 01:34:35 +01:00
worldofpeace
23191f045d pantheon.granite: fetch for DateTime GSettings patch
Typo in the patch was fixed. [0]

[0]: 0550b44ed6
2019-02-18 18:52:42 -05:00
Vladyslav M
358efb6694
Merge pull request #55799 from r-ryantm/auto-update/wavebox
wavebox: 4.5.10 -> 4.7.1
2019-02-19 01:06:23 +02:00
Michael Eden
cbbde55382 cmake: add ability to cross-compile cmake 2019-02-18 17:41:03 -05:00
Kai Wohlfahrt
de7abf63b8 nixos/ssh: apply options after extraConfig
Otherwise, the standard options (e.g. AddressFamily) cannot be overriden
in extraConfig, as the option is applied on the first (not most
specific) match. Closes #52267
2019-02-18 21:58:46 +00:00
Andreas Rammhold
f7c6e6bbe3
Merge pull request #56006 from mweinelt/slic3r-prusa3d/1.41.3
slic3r-prusa3d: 1.41.2 -> 1.41.3
2019-02-18 21:36:02 +00:00
Michael Weiss
b790a74816
sway-beta: 1.0-rc2 -> 1.0-rc3 2019-02-18 22:26:16 +01:00
Sarah Brofeldt
dcdba11ac9 pandoc: Enable distribution to fix master eval 2019-02-18 21:10:28 +01:00
Martin Weinelt
8774ce8233
slic3r-prusa3d: 1.41.2 -> 1.41.3
Adds support for the following new printer variants:
- Original Prusa i3 MK3S
- Original Prusa i3 MK3S MMU2S
- Original Prusa i3 MK2.5S
- Original Prusa i3 MK2.5S MMU2S
2019-02-18 19:57:04 +01:00
Alyssa Ross
7226ab9084
kakoune: remove inaccurate "unstable" from name 2019-02-18 16:52:34 +00:00
Johan Thomsen
f738618637 nixos/kubernetes: dashboard 1.8.3 -> 1.10.1
- add option to specify extra cmdline arguments to the dashboard
2019-02-18 17:34:30 +01:00
Johan Thomsen
5af74e19e6 nixos/kubernetes: coredns 1.2.5 -> 1.3.1 2019-02-18 17:34:30 +01:00
Linus Heckemann
01dacc84d4
Merge pull request #55859 from nlewo/dockerTools-fix-55290
dockerTools.buildImage: preserve layers ordering at image repacking
2019-02-18 17:15:20 +01:00
Linus Heckemann
be38a70184 linux: enable SND_OSSEMUL
Fixes #54074
2019-02-18 17:11:37 +01:00
Frederik Rietdijk
815b77cbe6 Merge master into staging-next 2019-02-18 14:18:04 +01:00
Florian Klink
107215c1d0
Merge pull request #55691 from dgarzon/node-packages-10-x-angular-cli
nodePackages_10_x.@angular/cli: init at 7.3.1
2019-02-18 14:17:08 +01:00
Aaron Andersen
d5d0b4aceb php: add pdo odbc support 2019-02-18 08:09:20 -05:00
Linus Heckemann
b5516575a9
Merge pull request #54522 from tadeokondrak/wine-update
Update wine{stable,unstable,staging,mono}
2019-02-18 13:41:34 +01:00
Jörg Thalheim
cbd6457a88
Merge pull request #55654 from rvolosatovs/update/vim-plugins
vimPlugins: Update
2019-02-18 12:10:57 +00:00
Daniel Garzon
117559bcfa nodePackages_10_x.@angular/cli: init at 7.3.1 2019-02-18 06:01:55 -05:00
Carlos Morera de la Chica
9c406336f1 bazel: fix bash completion 2019-02-18 11:34:35 +01:00
Hlöðver Sigurðsson
c388cecf45 nodePackages_10_x: bump webpack-cli (#55814) 2019-02-18 12:13:17 +02:00
Raitis Veinbahs
d8a7a01fec nix-gitignore: init at v3.0.0 (#46112)
closes siers/nix-gitignore#6
2019-02-18 09:57:30 +00:00
dywedir
3f55bc49e6
watchexec: 1.10.0 -> 1.10.1 2019-02-18 11:53:08 +02:00
Peter Simons
1472b9902a haskell-pandoc-citeproc: update override for the latest version 2019-02-18 10:39:12 +01:00
Peter Simons
acaa5c1f1a stylish-cabal compiles again. Yay!
Thank you, @pikajude.
2019-02-18 10:39:12 +01:00
Peter Simons
cdc4398b71 Disable failing test suites for pandoc and tasty-hedgehog to fix builds. 2019-02-18 10:39:12 +01:00
Peter Simons
f382de263b pandoc: switch to latest version despite LTS 13.x recommendations
The 2.5.x version no longer passes its test suite with recent versions of its
dependencies.
2019-02-18 10:39:12 +01:00
Peter Simons
64334a7b64 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.1-5-g0b4d758 from Hackage revision
c3f27250ec.
2019-02-18 10:39:12 +01:00
Peter Simons
eba4f12a83 LTS Haskell 13.7 2019-02-18 10:39:10 +01:00