mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +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
|
||||
|
||||
# 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=$( \
|
||||
echo "(import $nixExpr).fetchsvn {url=\"$url\"; rev=\"$rev\"; md5=\"$hash\";}" \
|
||||
| nix-instantiate -)
|
||||
|
Loading…
Reference in New Issue
Block a user