summary refs log tree commit diff
path: root/pkgs/development/libraries/gtk+/3.x.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-07-19 13:40:25 -0400
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-07-20 09:04:51 +0200
commit3b24d6e187f6c59cd33003aeeea54cdadc16f180 (patch)
tree13bc5e9fabbaf211e5d4a5a561b8f24681fb60f3 /pkgs/development/libraries/gtk+/3.x.nix
parent0ce55a10d2158fbfd373d1f0ccdc672ebf8cd9c8 (diff)
downloadnixpkgs-3b24d6e187f6c59cd33003aeeea54cdadc16f180.tar
nixpkgs-3b24d6e187f6c59cd33003aeeea54cdadc16f180.tar.gz
nixpkgs-3b24d6e187f6c59cd33003aeeea54cdadc16f180.tar.bz2
nixpkgs-3b24d6e187f6c59cd33003aeeea54cdadc16f180.tar.lz
nixpkgs-3b24d6e187f6c59cd33003aeeea54cdadc16f180.tar.xz
nixpkgs-3b24d6e187f6c59cd33003aeeea54cdadc16f180.tar.zst
nixpkgs-3b24d6e187f6c59cd33003aeeea54cdadc16f180.zip
gtk3: fix pkgconfig paths
MR Upstream: https://gitlab.gnome.org/GNOME/gtk/merge_requests/1002
Diffstat (limited to 'pkgs/development/libraries/gtk+/3.x.nix')
-rw-r--r--pkgs/development/libraries/gtk+/3.x.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gtk+/3.x.nix b/pkgs/development/libraries/gtk+/3.x.nix
index 60c04bf8a59..8c3df083087 100644
--- a/pkgs/development/libraries/gtk+/3.x.nix
+++ b/pkgs/development/libraries/gtk+/3.x.nix
@@ -64,6 +64,8 @@ stdenv.mkDerivation rec {
       url = "https://bug757142.bugzilla-attachments.gnome.org/attachment.cgi?id=344123";
       sha256 = "0g6fhqcv8spfy3mfmxpyji93k8d4p4q4fz1v9a1c1cgcwkz41d7p";
     })
+    # https://gitlab.gnome.org/GNOME/gtk/merge_requests/1002
+    ./01-build-Fix-path-handling-in-pkgconfig.patch
   ] ++ optionals stdenv.isDarwin [
     # X11 module requires <gio/gdesktopappinfo.h> which is not installed on Darwin
     # let’s drop that dependency in similar way to how other parts of the library do it