mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* More hackery.
svn path=/nixpkgs/trunk/; revision=5351
This commit is contained in:
parent
bb93fa69fa
commit
f4ce796a20
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue