nixpkgs/pkgs/pan/pan.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

19 lines
584 B
Plaintext

Package(
[ ("name", "pan-0.14.0.90")
, ("build", Relative("pan/pan-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://losser.st-lab.cs.uu.nl/~eelco/mirror/pan-0.14.0.90.tar.bz2")
, ("md5", "59612bf2551650c0060b214f9742a105")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
, ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
, ("gtk", IncludeFix("gtk+/gtk+.fix"))
, ("gtkspell", IncludeFix("gtkspell/gtkspell.fix"))
, ("gnet", IncludeFix("gnet/gnet.fix"))
, ("libxml", IncludeFix("libxml2/libxml2.fix"))
]
)