mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
* `Fix' is a high-level descriptor instantiator for Nix. It replaces
nix-instantiate.
This commit is contained in:
parent
814b256da4
commit
0d2b24cdd1
8 changed files with 405 additions and 217 deletions
10
test/fixdescriptors/aterm-2.0.fix
Normal file
10
test/fixdescriptors/aterm-2.0.fix
Normal file
|
@ -0,0 +1,10 @@
|
|||
Descr(
|
||||
[ Bind("pkgId", Str("aterm-2.0"))
|
||||
, Bind("releaseId", Str("1"))
|
||||
|
||||
, Bind("createGCC", Bool(True))
|
||||
|
||||
, Bind("src", File(Url("http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.0.tar.gz")))
|
||||
, Bind("build", File(Local("../build/aterm-build.sh")))
|
||||
]
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue