nixpkgs/pkgs/fetchsvn/fetchsvn-native.fix

10 lines
221 B
Plaintext
Raw Normal View History

Function(["name","url","dir","rev"],
Package(
[ ("name", Var("name"))
, ("build", Relative("fetchsvn/fetchsvn.sh"))
, ("url", Var("url"))
, ("dir", Var("dir"))
, ("rev", Var("rev"))
]
)
)