mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
* Updated Fix descriptors to reflect the new Fix abstract syntax.
This commit is contained in:
parent
7dd91d3779
commit
13176d74cc
14 changed files with 31 additions and 31 deletions
|
@ -1,6 +1,6 @@
|
|||
Descr(
|
||||
[ Bind("pkgId", Str("system"))
|
||||
, Bind("releaseId", Str("2"))
|
||||
, Bind("releaseId", Str("3"))
|
||||
|
||||
, Bind("actATerm", Fix("./aterm-2.0.fix"))
|
||||
, Bind("actPkgConfig", Fix("./pkgconfig-0.15.0.fix"))
|
||||
|
@ -11,9 +11,9 @@ Descr(
|
|||
, 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.13.95.fix"))
|
||||
, Bind("actPan", Fix("./pan-0.14.0.fix"))
|
||||
, Bind("actSubversion", Fix("./subversion-0.21.0.fix"))
|
||||
|
||||
, Bind("build", Source("../../scripts/nix-populate"))
|
||||
, Bind("build", Local("../../scripts/nix-populate"))
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue