nixpkgs/pkgs/development/tools/misc/pkgconfig
Eelco Dolstra 1e6622f4d5 * The patch for proper Requires.private processing is still necessary,
unfortunately.  For instance, libxcb's xcb.pc declares:

    Requires.private: pthread-stubs ...

  Thus libxcb has to declare the pthread-stubs package as a
  propagatedBuildInput, otherwise packages that check for libxcb using
  pkg-config (such as libX11) will fail.  But then we get a totally
  unnecessary additional runtime dependency, which is clearly a bad
  thing.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13058
2008-10-13 12:51:04 +00:00
..
default.nix * The patch for proper Requires.private processing is still necessary, 2008-10-13 12:51:04 +00:00
requires-private.patch * The patch for proper Requires.private processing is still necessary, 2008-10-13 12:51:04 +00:00
setup-hook.sh * pkg-config (note name change): updated to 0.23. Also, look in 2008-03-06 16:22:24 +00:00