about summary refs log tree commit diff
path: root/test/fixdescriptors/system.fix
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-05-26T13·57+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-05-26T13·57+0000
commita9f2928ed6edb15faa1ad5fc563662a08a92ced1 (patch)
treefd4c4e6a61c1bc537bf6185664e8fac501fa34ff /test/fixdescriptors/system.fix
parent8b930a0c94ba9013d015c735cfc38c40b151f491 (diff)
* Moved the package descriptors and build scripts out of the Nix tree.
Diffstat (limited to 'test/fixdescriptors/system.fix')
-rw-r--r--test/fixdescriptors/system.fix19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/fixdescriptors/system.fix b/test/fixdescriptors/system.fix
deleted file mode 100644
index 7ca8c8797c4e..000000000000
--- a/test/fixdescriptors/system.fix
+++ /dev/null
@@ -1,19 +0,0 @@
-Descr(
-  [ Bind("pkgId", Str("system"))
-  , Bind("releaseId", Str("3"))
-
-  , Bind("actATerm", Fix("./aterm-2.0.fix"))
-  , Bind("actPkgConfig", Fix("./pkgconfig-0.15.0.fix"))
-  , Bind("actGlib", Fix("./glib-2.2.1.fix"))
-  , Bind("actAtk", Fix("./atk-1.2.0.fix"))
-  , Bind("actPango", Fix("./pango-1.2.1.fix"))
-  , Bind("actGtk", Fix("./gtk+-2.2.1.fix"))
-  , Bind("actGnet", Fix("./gnet-1.1.8.fix"))
-  , Bind("actPspell", Fix("./pspell-.12.2.fix"))
-  , Bind("actGtkspell", Fix("./gtkspell-2.0.2.fix"))
-  , Bind("actPan", Fix("./pan-0.14.0.fix"))
-  , Bind("actSubversion", Fix("./subversion-0.21.0.fix"))
-
-  , Bind("build", Local("../../scripts/nix-populate"))
-  ]
-)