nixpkgs/pkgs/autoxt/autoxt.fix

14 lines
293 B
Plaintext
Raw Normal View History

Function(["rev"],
Package(
[ ("name", "autoxt")
, ("build", Relative("strategoxt/pkg-build.sh"))
, ("src", App(IncludeFix("strategoxt/fetchsvn.fix"),
[ ("name", "autoxt"), ("rev", Var("rev"))]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
]
)
)