nixpkgs/pkgs/gtk+-1/gtk+.fix
Eelco Dolstra 23154d034f * Get rid of all `-S' flags (to remove debug info); this is now the default.
* Remove all references to set-env.sh; it has been merged into stdenv.fix (actually 
  baseenv.fix).

svn path=/nixpkgs/trunk/; revision=316
2003-08-18 19:52:54 +00:00

15 lines
370 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"))
, ("glib", IncludeFix("glib-1/glib.fix"))
]
)