Mirror the patch to avoid ? in filename.
svn path=/nixpkgs/trunk/; revision=8148
This commit is contained in:
parent
e710cf33b4
commit
2e2daff8ab
@ -13,7 +13,8 @@ stdenv.mkDerivation {
|
|||||||
# Process Requires.private properly, see
|
# Process Requires.private properly, see
|
||||||
# http://bugs.freedesktop.org/show_bug.cgi?id=4738.
|
# http://bugs.freedesktop.org/show_bug.cgi?id=4738.
|
||||||
(fetchurl {
|
(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";
|
sha256 = "1pcrdbb7dypg2biy0yqc7bdxak5zii8agqljdvk7j4wbyghpqzws";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user