66b4a5a009
svn path=/nixpkgs/trunk/; revision=30971
10 lines
140 B
Bash
10 lines
140 B
Bash
source $stdenv/setup
|
|
|
|
header "getting $url${tag:+ ($tag)} into $out"
|
|
|
|
hg clone ${tag:+-r "$tag"} "$url" "$out"
|
|
|
|
rm -rf "$out/.hg"
|
|
|
|
stopNest
|