about summary refs log tree commit diff
path: root/test/fixdescriptors/gtk+-2.2.1.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/gtk+-2.2.1.fix
parent8b930a0c94ba9013d015c735cfc38c40b151f491 (diff)
* Moved the package descriptors and build scripts out of the Nix tree.
Diffstat (limited to 'test/fixdescriptors/gtk+-2.2.1.fix')
-rw-r--r--test/fixdescriptors/gtk+-2.2.1.fix13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/fixdescriptors/gtk+-2.2.1.fix b/test/fixdescriptors/gtk+-2.2.1.fix
deleted file mode 100644
index 9563df0a928c..000000000000
--- a/test/fixdescriptors/gtk+-2.2.1.fix
+++ /dev/null
@@ -1,13 +0,0 @@
-Descr(
-  [ Bind("pkgId", "gtk+-2.2.1")
-  , Bind("releaseId", "1")
-
-  , Bind("pkgconfig", Fix("./pkgconfig-0.15.0.fix"))
-  , Bind("glib", Fix("./glib-2.2.1.fix"))
-  , Bind("atk", Fix("./atk-1.2.0.fix"))
-  , Bind("pango", Fix("./pango-1.2.1.fix"))
-
-  , Bind("src", Url("dfd5755fddb26a46c96bfaa813280ac4", "ftp://ftp.gtk.org/pub/gtk/v2.2/gtk+-2.2.1.tar.bz2"))
-  , Bind("build", Local("../build/gtk+-build.sh"))
-  ]
-)