gnomeExtensions.gsconnect: Update Nautilus extension for 43
This commit is contained in:
parent
449eb2e0b5
commit
ff6ea28a40
1 changed files with 9 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue