* Remove some obsolete code.

svn path=/nixpkgs/trunk/; revision=12864
This commit is contained in:
Eelco Dolstra 2008-09-14 19:06:15 +00:00
parent 07918993af
commit f427bc8831

View file

@ -160,9 +160,6 @@ findInputs() {
}
pkgs=""
if test -n "$buildinputs"; then
buildInputs="$buildinputs" # compatibility
fi
for i in $buildInputs $propagatedBuildInputs; do
findInputs $i
done