mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
* Removed readlink.
svn path=/nixpkgs/trunk/; revision=5040
This commit is contained in:
parent
a63588689d
commit
439e93640e
@ -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 $(readlink -f $0))/../../system/i686-linux.nix
|
nixExpr=$(dirname $0)/../../system/i686-linux.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…
Reference in New Issue
Block a user