about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2021-11-12 20:45:42 +0200
committerGitHub <noreply@github.com>2021-11-12 20:45:42 +0200
commit91751b9ce2400bea4aa63f9daa88ffa784c38d16 (patch)
treef3041a13c16166cb9963392271e6dd77e4fcca5e /pkgs/development
parentf153da35077d12653373fdb6ad2c5bc4ef6e6fb1 (diff)
parent1c6329c2ef46e5446eae4aee0d4b067635e4d010 (diff)
Merge pull request #145619 from SuperSamus/xdg
xdg-desktop-portal: patch GTK issue
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/xdg-desktop-portal/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/development/libraries/xdg-desktop-portal/default.nix b/pkgs/development/libraries/xdg-desktop-portal/default.nix
index 71674a6c3886c..bb8950ca1ec95 100644
--- a/pkgs/development/libraries/xdg-desktop-portal/default.nix
+++ b/pkgs/development/libraries/xdg-desktop-portal/default.nix
@@ -1,6 +1,7 @@
 { stdenv
 , lib
 , fetchFromGitHub
+, fetchpatch
 , nixosTests
 , substituteAll
 , autoreconfHook
@@ -38,6 +39,12 @@ stdenv.mkDerivation rec {
       src = ./fix-paths.patch;
       inherit flatpak;
     })
+    # Fixes the issue in https://github.com/flatpak/xdg-desktop-portal/issues/636
+    # Remove it when the next stable release arrives
+    (fetchpatch {
+      url = "https://github.com/flatpak/xdg-desktop-portal/commit/d7622e15ff8fef114a6759dde564826d04215a9f.patch";
+      sha256 = "sha256-vmfxK4ddG6Xon//rpiz6OiBsDLtT0VG5XyBJG3E4PPs=";
+    })
   ];
 
   nativeBuildInputs = [