mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
D'oh
svn path=/nixpkgs/trunk/; revision=29562
This commit is contained in:
parent
36910c10e5
commit
21b2dd7ab4
@ -18,7 +18,7 @@ for module in $rootModules; do
|
||||
| sed 's/^insmod //') \
|
||||
|| if test -z "$allowMissing"; then exit 1; fi
|
||||
#for i in $deps; do echo $i; done
|
||||
if [ "$deps" -ne "builtin" ]
|
||||
if [[ "$deps" != builtin* ]]
|
||||
then
|
||||
closure="$closure $deps"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user