about summary refs log tree commit diff
path: root/test/fixdescriptors/system.fix
blob: 62c05600718283d22c0ef8f69557b06f4edf1da5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Descr(
  [ Bind("pkgId", Str("system"))
  , Bind("releaseId", Str("1"))

  , 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("actSubversion", Pkg(Fix("./subversion-0.21.0.fix")))

  , Bind("build", File(Local("../../scripts/nix-populate")))
  ]
)