zarith: propagate build input gmp

This commit is contained in:
Vincent Laporte
2014-11-07 09:50:39 +00:00
parent 8baab59b98
commit fbbd88017f
3 changed files with 6 additions and 5 deletions

View File

@@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
sha256 = "1mx3nxcn5h33qhx4gbg0hgvvydwlwdvdhqcnvfwnmf9jy3b8frll";
};
buildInputs = [ ocaml findlib pkgconfig gmp perl ];
buildInputs = [ ocaml findlib pkgconfig perl ];
propagatedBuildInputs = [ gmp ];
patchPhase = ''
substituteInPlace ./z_pp.pl --replace '/usr/bin/perl' '${perl}/bin/perl'