about summary refs log tree commit diff
path: root/test/fixdescriptors/system.fix
blob: 7ca8c8797c4ef2a16143a68cf75538eeb891c2c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"))
  ]
)