mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
The name attribute is still necessary for pkgconfig: the binary
pkgconfig in stdenv is only used for mingw, not for cygwin. So pkgconfig will be build on cygwin from source. This will fail because of the ? in the filename. svn path=/nixpkgs/trunk/; revision=8152
This commit is contained in:
parent
7eb82b5ace
commit
070bcdf5c6
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ stdenv.mkDerivation {
|
|||
# Process Requires.private properly, see
|
||||
# http://bugs.freedesktop.org/show_bug.cgi?id=4738.
|
||||
(fetchurl {
|
||||
name = "pkgconfig-8494.patch";
|
||||
url = http://bugs.freedesktop.org/attachment.cgi?id=8494;
|
||||
sha256 = "1pcrdbb7dypg2biy0yqc7bdxak5zii8agqljdvk7j4wbyghpqzws";
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue