summary refs log tree commit diff
path: root/pkgs/development/libraries/gtk/3.x.nix
diff options
context:
space:
mode:
authorMarc Seeger <mseeger@fb.com>2021-08-13 13:51:48 -0700
committerMarc Seeger <mseeger@fb.com>2021-08-13 14:10:18 -0700
commitf2f811ccc347f22adbd2fd65bfe26244e1163944 (patch)
tree32d91d1fdbe2026244e0f9612822e9c2a0d34648 /pkgs/development/libraries/gtk/3.x.nix
parent9bacc3c32f2d06b9159e3b523b710a7218cf89b2 (diff)
downloadnixpkgs-f2f811ccc347f22adbd2fd65bfe26244e1163944.tar
nixpkgs-f2f811ccc347f22adbd2fd65bfe26244e1163944.tar.gz
nixpkgs-f2f811ccc347f22adbd2fd65bfe26244e1163944.tar.bz2
nixpkgs-f2f811ccc347f22adbd2fd65bfe26244e1163944.tar.lz
nixpkgs-f2f811ccc347f22adbd2fd65bfe26244e1163944.tar.xz
nixpkgs-f2f811ccc347f22adbd2fd65bfe26244e1163944.tar.zst
nixpkgs-f2f811ccc347f22adbd2fd65bfe26244e1163944.zip
gtk3: replace bugzilla patch with local file.
Diffstat (limited to 'pkgs/development/libraries/gtk/3.x.nix')
-rw-r--r--pkgs/development/libraries/gtk/3.x.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/pkgs/development/libraries/gtk/3.x.nix b/pkgs/development/libraries/gtk/3.x.nix
index 01b98d06bf3..7999d62b911 100644
--- a/pkgs/development/libraries/gtk/3.x.nix
+++ b/pkgs/development/libraries/gtk/3.x.nix
@@ -76,12 +76,7 @@ stdenv.mkDerivation rec {
 
   patches = [
     ./patches/3.0-immodules.cache.patch
-
-    (fetchpatch {
-      name = "Xft-setting-fallback-compute-DPI-properly.patch";
-      url = "https://bug757142.bugzilla-attachments.gnome.org/attachment.cgi?id=344123";
-      sha256 = "0g6fhqcv8spfy3mfmxpyji93k8d4p4q4fz1v9a1c1cgcwkz41d7p";
-    })
+    ./patches/3.0-Xft-setting-fallback-compute-DPI-properly.patch
   ] ++ lib.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