* system -> top-level.
svn path=/nixpkgs/trunk/; revision=5128
This commit is contained in:
parent
07b6a5196c
commit
fcbffab371
@ -53,7 +53,7 @@ if test -z "$hash"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Create a Nix expression that does a fetchsvn.
|
# Create a Nix expression that does a fetchsvn.
|
||||||
nixExpr=$(dirname $0)/../../system/all-packages.nix
|
nixExpr=$(dirname $0)/../../top-level/all-packages.nix
|
||||||
storeExpr=$( \
|
storeExpr=$( \
|
||||||
echo "(import $nixExpr {}).fetchsvn {url=\"$url\"; rev=\"$rev\"; md5=\"$hash\";}" \
|
echo "(import $nixExpr {}).fetchsvn {url=\"$url\"; rev=\"$rev\"; md5=\"$hash\";}" \
|
||||||
| nix-instantiate -)
|
| nix-instantiate -)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user