Use propagated build inputs
svn path=/nixpkgs/trunk/; revision=1019
This commit is contained in:
parent
172421635c
commit
201a93cb13
@ -7,6 +7,3 @@ configureFlags="--with-aterm=$aterm \
|
||||
--with-asc-support=$asfsupport \
|
||||
--with-sglr=$sglr"
|
||||
genericBuild
|
||||
|
||||
mkdir $out/nix-support
|
||||
echo "$getopt" > $out/nix-support/propagated-build-inputs
|
||||
|
@ -7,6 +7,7 @@ stdenv.mkDerivation {
|
||||
url = http://www.cwi.nl/projects/MetaEnv/pgen/pgen-2.0.tar.gz;
|
||||
md5 = "368cd8abeed29591a35660d8cea79975";
|
||||
};
|
||||
inherit stdenv aterm getopt toolbuslib ptsupport sdfsupport asfsupport ascsupport sglr;
|
||||
buildInputs = [stdenv aterm getopt toolbuslib ptsupport sdfsupport asfsupport ascsupport sglr];
|
||||
inherit aterm toolbuslib ptsupport sdfsupport asfsupport ascsupport sglr;
|
||||
buildInputs = [aterm toolbuslib ptsupport sdfsupport asfsupport ascsupport sglr];
|
||||
propagatedBuildInputs = [getopt];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user