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

This commit is contained in:
Robin Gloster
2016-07-15 14:41:01 +00:00
1603 changed files with 132258 additions and 39568 deletions
+4
View File
@@ -45,4 +45,8 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ AndersonTorres nckx ];
platforms = platforms.unix;
};
passthru = {
shellPath = "/bin/mksh";
};
}