mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-26 15:56:18 +02:00
11 lines
323 B
Text
11 lines
323 B
Text
Descr(
|
|
[ Bind("pkgId", Str("atk-1.2.0"))
|
|
, Bind("releaseId", Str("1"))
|
|
|
|
, Bind("pkgconfig", Pkg(Fix("./pkgconfig-0.15.0.fix")))
|
|
, Bind("glib", Pkg(Fix("./glib-2.2.1.fix")))
|
|
|
|
, Bind("src", File(Url("ftp://ftp.gtk.org/pub/gtk/v2.2/atk-1.2.0.tar.bz2")))
|
|
, Bind("build", File(Local("../build/atk-build.sh")))
|
|
]
|
|
)
|