forked from lix-project/lix
96c7b98bf0
builder using the `args' binding: ("args", ["bla", True, IncludeFix("aterm/aterm.fix")]) Note that packages can also be declared as inputs by specifying them in the argument list.
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
Package(
|
|
[ ("name", "args")
|
|
, ("build", Relative("args/args-build.sh"))
|
|
|
|
, ("args", ["1", "2", "3", IncludeFix("slow2/slow.fix")])
|
|
]
|
|
)
|