3
0
Fork 0
forked from mirrors/nixpkgs

Mirror the patch to avoid ? in filename.

svn path=/nixpkgs/trunk/; revision=8148
This commit is contained in:
Martin Bravenboer 2007-03-02 19:04:56 +00:00
parent e710cf33b4
commit 2e2daff8ab

View file

@ -13,7 +13,8 @@ stdenv.mkDerivation {
# Process Requires.private properly, see
# http://bugs.freedesktop.org/show_bug.cgi?id=4738.
(fetchurl {
url = http://bugs.freedesktop.org/attachment.cgi?id=8494;
# http://bugs.freedesktop.org/attachment.cgi?id=8494
url = http://losser.st-lab.cs.uu.nl/~mbravenb/mirror/pkg-config.patch;
sha256 = "1pcrdbb7dypg2biy0yqc7bdxak5zii8agqljdvk7j4wbyghpqzws";
})
];