about summary refs log tree commit diff
path: root/test/fixdescriptors/aterm-2.0.fix
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-04-08T12·00+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-04-08T12·00+0000
commit0d2b24cdd103f21861ad42fd6d98e5d1cb252646 (patch)
tree3956ec0b4b024acbf4c3a4f0ecc979fd9ccfa52c /test/fixdescriptors/aterm-2.0.fix
parent814b256da43ebdad79fe9544a59f6ae680da7cb9 (diff)
* `Fix' is a high-level descriptor instantiator for Nix. It replaces
  nix-instantiate.

Diffstat (limited to 'test/fixdescriptors/aterm-2.0.fix')
-rw-r--r--test/fixdescriptors/aterm-2.0.fix10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/fixdescriptors/aterm-2.0.fix b/test/fixdescriptors/aterm-2.0.fix
new file mode 100644
index 000000000000..0362314d6c3e
--- /dev/null
+++ b/test/fixdescriptors/aterm-2.0.fix
@@ -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")))
+  ]
+)
\ No newline at end of file