Merge branch 'staging-next'

This round is without the systemd CVE,
as we don't have binaries for that yet.
BTW, I just ignore darwin binaries these days,
as I'd have to wait for weeks for them.
This commit is contained in:
Vladimír Čunát
2019-02-20 09:38:45 +01:00
340 changed files with 8459 additions and 2626 deletions
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
preConfigure =
''
substituteInPlace foomaticrip.c --replace /bin/bash /bin/sh
substituteInPlace foomaticrip.c --replace /bin/bash ${stdenv.shell}
'';
installTargets = "install-cups";