separate strategoxt packages
svn path=/nixpkgs/trunk/; revision=286
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
mkdir $out
|
||||
|
||||
exit 0
|
||||
@@ -0,0 +1,4 @@
|
||||
App(
|
||||
IncludeFix("strategoxt/strategoxt.fix")
|
||||
, [("rev", "3385")]
|
||||
)
|
||||
@@ -0,0 +1,16 @@
|
||||
Function(["rev"],
|
||||
Package(
|
||||
[ ("name", "strategoxt")
|
||||
|
||||
, ("build", Relative("system/populate-linkdirs.pl"))
|
||||
|
||||
, ("actAterm", IncludeFix("aterm/aterm.fix"))
|
||||
|
||||
, ("actAutoxt", App(IncludeFix("autoxt/autoxt.fix"), [("rev",Var("rev"))]))
|
||||
|
||||
, ("actSrts", App(IncludeFix("srts/srts.fix"), [("rev", Var("rev"))]))
|
||||
|
||||
, ("actXtc", App(IncludeFix("xtc/xtc.fix"),[("rev", Var("rev"))]))
|
||||
]
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user