forked from mirrors/nixpkgs
guile: propagate build inputs
svn path=/nixpkgs/trunk/; revision=9644
This commit is contained in:
parent
86959dbe05
commit
bfe435ebaf
|
@ -6,5 +6,5 @@ stdenv.mkDerivation {
|
|||
sha256 = "03kn1ia4s7l24zl2sfbrns6fs3nc9cw2pzsqx8y7wwr80b1nfxhz";
|
||||
};
|
||||
|
||||
buildInputs = [ncurses readline libtool gmp];
|
||||
propagatedBuildInputs = [readline libtool gmp];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue