mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
9 lines
169 B
Bash
9 lines
169 B
Bash
|
buildinputs="$subversion"
|
||
|
. $stdenv/setup
|
||
|
|
||
|
echo "exporting $url (r$rev) into $out..."
|
||
|
|
||
|
svn export -r $rev "$url" $out || exit 1
|
||
|
|
||
|
echo $rev > $out/svn-revision || exit 1
|