Patches for mpfr to work on mips with gcc newer or equal to 4.4
svn path=/nixpkgs/branches/stdenv-updates/; revision=22843
This commit is contained in:
@@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ gmp ];
|
||||
|
||||
patches = [ ./patch01.patch ./patch02.patch ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
Reference in New Issue
Block a user