nixpkgs/pkgs/autoxt/autoxt.fix

17 lines
397 B
Plaintext
Raw Normal View History

Function(["rev"],
Package(
[ ("name", "autoxt")
, ("build", Relative("autoxt/autoxt-build.sh"))
, ("src", App(IncludeFix("fetchsvn/fetchsvn.fix"),
[ ("url", "http://losser.st-lab.cs.uu.nl:12080/repos/StrategoXT/trunk/StrategoXT/autoxt")
, ("name", "autoxt")
, ("rev", Var("rev"))
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
]
)
)