nixpkgs/pkgs/pkgconfig/pkgconfig.fix
Eelco Dolstra eeabccf147 * Updated packages to use our own glibc.
* Disabled gtkspell support in pan since it (and it alone) has a conflict with the 
  system glibc.
* Use CPU detection in MPlayer so that it also works on systems with different CPUs 
  than the build system's.

svn path=/nixpkgs/trunk/; revision=206
2003-07-25 20:43:25 +00:00

13 lines
367 B
Plaintext

Package(
[ ("name", "pkgconfig-0.15.0")
, ("build", Relative("pkgconfig/pkgconfig-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-0.15.0.tar.gz")
, ("md5", "a7e4f60a6657dbc434334deb594cc242")
]))
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
]
)