0032a3245e
svn path=/nixpkgs/branches/stdenv-updates/; revision=10473
8 lines
226 B
Bash
8 lines
226 B
Bash
source $stdenv/setup
|
|
genericBuild
|
|
|
|
if test -n "$_propagatedBuildInputs"; then
|
|
if ! test -x $out/nix-support; then mkdir $out/nix-support; fi
|
|
echo "$_propagatedBuildInputs" > $out/nix-support/propagated-build-inputs
|
|
fi
|