summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2007-03-03 01:38:43 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2007-03-03 01:38:43 +0000
commit070bcdf5c6004eb75ee4a3efb13492aa64b8d218 (patch)
tree9d7ac6a4484dd4fe1f297b57473955346209f251
parent7eb82b5acecabf7d629c6791aa023890ca85cfb2 (diff)
downloadnixlib-070bcdf5c6004eb75ee4a3efb13492aa64b8d218.tar
nixlib-070bcdf5c6004eb75ee4a3efb13492aa64b8d218.tar.gz
nixlib-070bcdf5c6004eb75ee4a3efb13492aa64b8d218.tar.bz2
nixlib-070bcdf5c6004eb75ee4a3efb13492aa64b8d218.tar.lz
nixlib-070bcdf5c6004eb75ee4a3efb13492aa64b8d218.tar.xz
nixlib-070bcdf5c6004eb75ee4a3efb13492aa64b8d218.tar.zst
nixlib-070bcdf5c6004eb75ee4a3efb13492aa64b8d218.zip
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
-rw-r--r--pkgs/development/tools/misc/pkgconfig/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/misc/pkgconfig/default.nix b/pkgs/development/tools/misc/pkgconfig/default.nix
index 520def967f47..be8c4febe03a 100644
--- a/pkgs/development/tools/misc/pkgconfig/default.nix
+++ b/pkgs/development/tools/misc/pkgconfig/default.nix
@@ -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";
     })