1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-03 07:31:00 +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

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