Merge remote-tracking branch 'origin/master' into hardened-stdenv

This commit is contained in:
Franz Pletz
2016-05-18 17:10:02 +02:00
1470 changed files with 62103 additions and 28701 deletions
+2 -4
View File
@@ -23,9 +23,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
outputs = if (!interactive) # conditional to avoid mass rebuild ATM
then [ "out" "doc" ]
else [ "out" "doc" "info" ];
outputs = [ "out" "doc" "info" ];
# the man pages are small and useful enough
outputMan = if interactive then "out" else null;
@@ -111,7 +109,7 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
maintainers = [ maintainers.simons ];
maintainers = [ maintainers.peti ];
};
passthru = {