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

This commit is contained in:
Robin Gloster
2016-04-18 13:00:40 +00:00
1369 changed files with 35810 additions and 10571 deletions

View File

@@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
patches = [ ./upstream.patch ];
outputs = [ "dev" "out" "doc" ];
# mpfr.h requires gmp.h
propagatedBuildInputs = [ gmp ];