gnomeExtensions.gsconnect: Update Nautilus extension for 43

This commit is contained in:
Jan Tojnar 2022-09-23 22:48:21 +02:00
parent 449eb2e0b5
commit ff6ea28a40

View file

@ -1,5 +1,7 @@
{ lib, stdenv
{ stdenv
, lib
, fetchFromGitHub
, fetchpatch
, substituteAll
, openssl
, gsound
@ -40,6 +42,12 @@ stdenv.mkDerivation rec {
# Allow installing installed tests to a separate output
./installed-tests-path.patch
# Update extension for Nautilus 43.
(fetchpatch {
url = "https://github.com/GSConnect/gnome-shell-extension-gsconnect/commit/9723ea9102f07c2c60fa065184cc58c2bc260abf.patch";
sha256 = "9afy/70AwW+OYML5J5IyBBiNKWkZ+wZZryZbi4uRfs4=";
})
];
nativeBuildInputs = [