mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
* More hackery.
svn path=/nixpkgs/trunk/; revision=5351
This commit is contained in:
parent
bb93fa69fa
commit
f4ce796a20
@ -42,7 +42,7 @@ if test -z "$finalPath"; then
|
||||
mkdir $tmpPath
|
||||
|
||||
# Perform the checkout.
|
||||
svn export -r "$rev" "$url" $tmpFile >&2
|
||||
echo p | svn export -r "$rev" "$url" $tmpFile >&2
|
||||
|
||||
# Compute the hash.
|
||||
hash=$(nix-hash --type $hashType $hashFormat $tmpFile)
|
||||
|
Loading…
Reference in New Issue
Block a user