mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
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
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 New Issue
Block a user