bigloo: propagate gmp build input

This commit is contained in:
Vincent Laporte 2015-01-01 23:55:30 +01:00
parent 9b8ff2f5f2
commit 5d36f5831c

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "09yrz8r0jpj7bda39fdxzrrdyhi851nlfajsyf0b6jxanz6ygcjx"; sha256 = "09yrz8r0jpj7bda39fdxzrrdyhi851nlfajsyf0b6jxanz6ygcjx";
}; };
buildInputs = [ gmp ]; propagatedBuildInputs = [ gmp ];
preConfigure = preConfigure =
# Help libgc's configure. # Help libgc's configure.
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
patchPhase = '' patchPhase = ''
# Fix absolute paths. # Fix absolute paths.
sed -e 's=/bin/mv=mv=g' -e 's=/bin/rm=rm=g' \ sed -e 's=/bin/mv=mv=g' -e 's=/bin/rm=rm=g' \
-e 's=/tmp=$TMPDIR=g' -i configure autoconf/* \ -e 's=/tmp=$TMPDIR=g' -i autoconf/* \
[Mm]akefile* */[Mm]akefile* */*/[Mm]akefile* \ [Mm]akefile* */[Mm]akefile* */*/[Mm]akefile* \
*/*/*/[Mm]akefile* */*/*/*/[Mm]akefile* \ */*/*/[Mm]akefile* */*/*/*/[Mm]akefile* \
comptime/Cc/cc.scm gc/install-* comptime/Cc/cc.scm gc/install-*