chore: update pop-shell
This commit is contained in:
parent
b7768efbf6
commit
362236b674
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pop-shell";
|
pname = "pop-shell";
|
||||||
version = "2021-10-18";
|
version = "2021-10-24";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pop-os";
|
owner = "pop-os";
|
||||||
repo = "shell";
|
repo = "shell";
|
||||||
rev = "1de4139c5739ff79d7a3ddef7a9a77988a358782";
|
rev = "d39f185ee16cb024f86163ea2f7d24c7e15b695d";
|
||||||
sha256 = "094siblqpsjj356s32dn3rqq0vd47xrmbklzzyx26nh4hxlvzkzb";
|
sha256 = "2RsfW6uFVl2F3eVnezD2vrOqdA4Poap5wEgtgnse8aI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ glib nodePackages.typescript gjs ];
|
nativeBuildInputs = [ glib nodePackages.typescript gjs ];
|
||||||
|
@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
|
||||||
find . -name '*.ts' -exec sed -i -E 's|`gjs $\{path}`|path|' \{\} \;
|
find . -name '*.ts' -exec sed -i -E 's|`gjs $\{path}`|path|' \{\} \;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
patches = [ ./gnome-41.patch ];
|
|
||||||
|
|
||||||
# the gschema doesn't seem to be installed properly (see dconf)
|
# the gschema doesn't seem to be installed properly (see dconf)
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"INSTALLBASE=$(out)/share/gnome-shell/extensions"
|
"INSTALLBASE=$(out)/share/gnome-shell/extensions"
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
diff --git a/metadata.json b/metadata.json
|
|
||||||
index d877ff0..e6e3ce1 100644
|
|
||||||
--- a/metadata.json
|
|
||||||
+++ b/metadata.json
|
|
||||||
@@ -6,6 +6,7 @@
|
|
||||||
"settings-schema": "org.gnome.shell.extensions.pop-shell",
|
|
||||||
"shell-version": [
|
|
||||||
"3.36",
|
|
||||||
- "40.beta"
|
|
||||||
+ "40.beta",
|
|
||||||
+ "41"
|
|
||||||
]
|
|
||||||
-}
|
|
||||||
\ No newline at end of file
|
|
||||||
+}
|
|
Loading…
Reference in a new issue