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-04-23T21·21+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-04-23T21·21+0000
commit49e0d743d7348ba15f6c8125138c4e17b271d8c3 (patch)
tree4c21b4e3642b1da3d50414c2628fc7377c5573bb /test/fixdescriptors/system.fix
parentf546e0cda450642177da02895f39f34e3ce1a6ff (diff)
* Fix descriptors for Pan and its dependencies.
Diffstat (limited to 'test/fixdescriptors/system.fix')
-rw-r--r--test/fixdescriptors/system.fix9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/fixdescriptors/system.fix b/test/fixdescriptors/system.fix
index 62c056007182..62d4eae406a7 100644
--- a/test/fixdescriptors/system.fix
+++ b/test/fixdescriptors/system.fix
@@ -1,10 +1,17 @@
 Descr(
   [ Bind("pkgId", Str("system"))
-  , Bind("releaseId", Str("1"))
+  , Bind("releaseId", Str("2"))
 
   , Bind("actATerm", Pkg(Fix("./aterm-2.0.fix")))
   , Bind("actPkgConfig", Pkg(Fix("./pkgconfig-0.15.0.fix")))
   , Bind("actGlib", Pkg(Fix("./glib-2.2.1.fix")))
+  , Bind("actAtk", Pkg(Fix("./atk-1.2.0.fix")))
+  , Bind("actPango", Pkg(Fix("./pango-1.2.1.fix")))
+  , Bind("actGtk", Pkg(Fix("./gtk+-2.2.1.fix")))
+  , Bind("actGnet", Pkg(Fix("./gnet-1.1.8.fix")))
+  , Bind("actPspell", Pkg(Fix("./pspell-.12.2.fix")))
+  , Bind("actGtkspell", Pkg(Fix("./gtkspell-2.0.2.fix")))
+  , Bind("actPan", Pkg(Fix("./pan-0.13.95.fix")))
   , Bind("actSubversion", Pkg(Fix("./subversion-0.21.0.fix")))
 
   , Bind("build", File(Local("../../scripts/nix-populate")))