summary refs log tree commit diff
path: root/pkgs/build-support/fetchdarcs/builder.sh
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2007-09-07 18:59:30 +0000
committerMarc Weber <marco-oweber@gmx.de>2007-09-07 18:59:30 +0000
commitde2c32029481c9798265d616a343acde92f050f8 (patch)
tree4157c25d16643c0a800e8c1a3a7851f523c56767 /pkgs/build-support/fetchdarcs/builder.sh
parent40b90b4ccd175d6067dc7e846a113bb4bf79489e (diff)
downloadnixpkgs-de2c32029481c9798265d616a343acde92f050f8.tar
nixpkgs-de2c32029481c9798265d616a343acde92f050f8.tar.gz
nixpkgs-de2c32029481c9798265d616a343acde92f050f8.tar.bz2
nixpkgs-de2c32029481c9798265d616a343acde92f050f8.tar.lz
nixpkgs-de2c32029481c9798265d616a343acde92f050f8.tar.xz
nixpkgs-de2c32029481c9798265d616a343acde92f050f8.tar.zst
nixpkgs-de2c32029481c9798265d616a343acde92f050f8.zip
hash check removed because the nix system does it..
svn path=/nixpkgs/trunk/; revision=9279
Diffstat (limited to 'pkgs/build-support/fetchdarcs/builder.sh')
-rw-r--r--pkgs/build-support/fetchdarcs/builder.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/pkgs/build-support/fetchdarcs/builder.sh b/pkgs/build-support/fetchdarcs/builder.sh
index 3ea36f57f99..6edad270765 100644
--- a/pkgs/build-support/fetchdarcs/builder.sh
+++ b/pkgs/build-support/fetchdarcs/builder.sh
@@ -9,14 +9,8 @@ fi
 
 header "getting $url ${tagtext}into $out"
 
-darcs get --no-pristine-tree $tagflags "$url" "$out"
+darcs get --no-pristine-tree --partial $tagflags "$url" "$out"
 # remove metadata, because it can change
 rm -rf "$out/_darcs"
 
-actual=$(nix-hash $out)
-if test "$actual" != "$outputHash"; then
-    echo "hash is $actual, expected $outputHash" >&2
-    exit 1
-fi
-
 stopNest