1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-24 02:00:41 +03:00
nixpkgs/pkgs/fetchsvn/fetchsvn.fix

9 lines
188 B
Text
Raw Normal View History

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