use natively installed subversion to avoid build problems for subversion
svn path=/nixpkgs/trunk/; revision=329
This commit is contained in:
parent
90778a120c
commit
dc35a28b03
1 changed files with 10 additions and 0 deletions
10
pkgs/fetchsvn/fetchsvn-native.fix
Normal file
10
pkgs/fetchsvn/fetchsvn-native.fix
Normal file
|
@ -0,0 +1,10 @@
|
|||
Function(["name","url","dir","rev"],
|
||||
Package(
|
||||
[ ("name", Var("name"))
|
||||
, ("build", Relative("fetchsvn/fetchsvn.sh"))
|
||||
, ("url", Var("url"))
|
||||
, ("dir", Var("dir"))
|
||||
, ("rev", Var("rev"))
|
||||
]
|
||||
)
|
||||
)
|
Loading…
Reference in a new issue