forked from mirrors/nixpkgs
* Make fetchsvn dependent on Subversion.
svn path=/nixpkgs/trunk/; revision=301
This commit is contained in:
parent
c173a50869
commit
dd19f0b526
|
@ -4,6 +4,14 @@ Function(["name","url","rev"],
|
|||
, ("build", Relative("fetchsvn/fetchsvn.sh"))
|
||||
, ("url", Var("url"))
|
||||
, ("rev", Var("rev"))
|
||||
|
||||
, ("svn", Call(IncludeFix("subversion/subversion.fix"),
|
||||
[ ("localServer", True)
|
||||
, ("httpsClient", True)
|
||||
, ("httpServer", True)
|
||||
, ("pythonBindings", True)
|
||||
]))
|
||||
|
||||
]
|
||||
)
|
||||
)
|
|
@ -2,5 +2,4 @@
|
|||
|
||||
echo "exporting svn repository $url (at rev $rev) into $out..."
|
||||
|
||||
svn export -r $rev $url $out || exit 1
|
||||
|
||||
$svn/bin/svn export -r $rev $url $out || exit 1
|
||||
|
|
Loading…
Reference in a new issue