diff --git a/pkgs/fetchsvn/fetchsvn-native.fix b/pkgs/fetchsvn/fetchsvn-native.fix new file mode 100644 index 00000000000..3265d661b70 --- /dev/null +++ b/pkgs/fetchsvn/fetchsvn-native.fix @@ -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")) + ] + ) +) \ No newline at end of file