forked from mirrors/nixpkgs
* Remove some obsolete code.
svn path=/nixpkgs/trunk/; revision=12864
This commit is contained in:
parent
07918993af
commit
f427bc8831
|
@ -160,9 +160,6 @@ findInputs() {
|
|||
}
|
||||
|
||||
pkgs=""
|
||||
if test -n "$buildinputs"; then
|
||||
buildInputs="$buildinputs" # compatibility
|
||||
fi
|
||||
for i in $buildInputs $propagatedBuildInputs; do
|
||||
findInputs $i
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue