pkg-config: Document new location of bug

This commit is contained in:
John Ericson 2020-05-21 08:49:21 -04:00
parent c71ab32a67
commit 26f635d39a

View File

@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
};
# Process Requires.private properly, see
# http://bugs.freedesktop.org/show_bug.cgi?id=4738.
# http://bugs.freedesktop.org/show_bug.cgi?id=4738, migrated to
# https://gitlab.freedesktop.org/pkg-config/pkg-config/issues/28
patches = optional (!vanilla) ./requires-private.patch
++ optional stdenv.isCygwin ./2.36.3-not-win32.patch;