a1ddfbc3a5
svn path=/nixpkgs/trunk/; revision=914
8 lines
221 B
Bash
8 lines
221 B
Bash
. $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
|