bigloo: propagate gmp build input
This commit is contained in:
parent
9b8ff2f5f2
commit
5d36f5831c
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "09yrz8r0jpj7bda39fdxzrrdyhi851nlfajsyf0b6jxanz6ygcjx";
|
||||
};
|
||||
|
||||
buildInputs = [ gmp ];
|
||||
propagatedBuildInputs = [ gmp ];
|
||||
|
||||
preConfigure =
|
||||
# Help libgc's configure.
|
||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
patchPhase = ''
|
||||
# Fix absolute paths.
|
||||
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* \
|
||||
comptime/Cc/cc.scm gc/install-*
|
||||
|
Loading…
Reference in New Issue
Block a user