forked from mirrors/nixpkgs
* Don't use i686-linux.nix.
svn path=/nixpkgs/trunk/; revision=5046
This commit is contained in:
parent
9f1b5e24ad
commit
b92bd0f001
|
@ -53,9 +53,9 @@ 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/i686-linux.nix
|
nixExpr=$(dirname $0)/../../system/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 -)
|
||||||
|
|
||||||
# Realise it.
|
# Realise it.
|
||||||
|
|
Loading…
Reference in a new issue