1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-03 15:40:59 +01:00

* Updated Fix descriptors to reflect the new Fix abstract syntax.

This commit is contained in:
Eelco Dolstra 2003-05-25 22:43:33 +00:00
parent 7dd91d3779
commit 13176d74cc
14 changed files with 31 additions and 31 deletions

View file

@ -4,7 +4,7 @@ Descr(
, Bind("pkgconfig", Fix("./pkgconfig-0.15.0.fix"))
, Bind("src", Source(Url("ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.1.tar.bz2")))
, Bind("build", Source("../build/glib-build.sh"))
, Bind("src", Url("42406a17819080326e105f8333963b97", "ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.1.tar.bz2"))
, Bind("build", Local("../build/glib-build.sh"))
]
)