gnomeExtensions.pop-shell: set passthru.updateScript
This commit is contained in:
committed by
Maxine Aubrey
parent
35e7cd1dfc
commit
3c84c5602f
@@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchFromGitHub, glib, gjs, typescript }:
|
||||
{ stdenv, lib, fetchFromGitHub, glib, gjs, typescript, unstableGitUpdater }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-shell-extension-pop-shell";
|
||||
@@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
||||
passthru = {
|
||||
extensionUuid = "pop-shell@system76.com";
|
||||
extensionPortalSlug = "pop-shell";
|
||||
updateScript = unstableGitUpdater { };
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user