eef0deb633
This makes the system package fully nixified in the sense that for i in $(nix -qn $(fix system/system-template-everything.fix))/bin/*; \ do echo $i; ldd $i; done shows that the programs in the system package only link against libraries in the Nix store. (Some builders still use header files from /usr/X11/include, though.) svn path=/nixpkgs/trunk/; revision=376
16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
Package(
|
|
[ ("name", "gtk+-1.2.10")
|
|
|
|
, ("build", Relative("gtk+-1/gtk+-build.sh"))
|
|
|
|
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
|
[ ("url", "ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-1.2.10.tar.gz")
|
|
, ("md5", "4d5cb2fc7fb7830e4af9747a36bfce20")
|
|
]))
|
|
|
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
|
, ("x11", IncludeFix("xfree86/xfree86.fix"))
|
|
, ("glib", IncludeFix("glib-1/glib.fix"))
|
|
]
|
|
)
|