mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* 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
|
||||
|
||||
# Create a Nix expression that does a fetchsvn.
|
||||
nixExpr=$(dirname $0)/../../system/i686-linux.nix
|
||||
nixExpr=$(dirname $0)/../../system/all-packages.nix
|
||||
storeExpr=$( \
|
||||
echo "(import $nixExpr).fetchsvn {url=\"$url\"; rev=\"$rev\"; md5=\"$hash\";}" \
|
||||
echo "(import $nixExpr {}).fetchsvn {url=\"$url\"; rev=\"$rev\"; md5=\"$hash\";}" \
|
||||
| nix-instantiate -)
|
||||
|
||||
# Realise it.
|
||||
|
|
Loading…
Reference in a new issue