gnomeExtensions.system-monitor: 2021-05-04 -> 2021-06-19
Fixes crash when opening "Preferences" in NixOS with GNOME 40. Closes #123260. (cherry picked from commit 7073a3722fc0173da59012f751ea7192be03aa4f)
This commit is contained in:
parent
e46a54b058
commit
2d857bc5fe
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-extension-system-monitor";
|
pname = "gnome-shell-extension-system-monitor";
|
||||||
version = "unstable-2021-05-04";
|
version = "unstable-2021-06-19";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "paradoxxxzero";
|
owner = "paradoxxxzero";
|
||||||
repo = "gnome-shell-system-monitor-applet";
|
repo = "gnome-shell-system-monitor-applet";
|
||||||
rev = "bc38ccf49ac0ffae0fc0436f3c2579fc86949f10";
|
rev = "bece7be22352b81d3d81e64e18a385812851b8de";
|
||||||
sha256 = "0yb5sb2xv4m18a24h4daahnxgnlmbfa0rfzic0zs082qv1kfi5h8";
|
sha256 = "08nnsg7z3cqk25hfgy4wm02hd2wpz13kig498kn4mf5f1q4hslmx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
patches = [
|
patches = [
|
||||||
(substituteAll {
|
(substituteAll {
|
||||||
src = ./paths_and_nonexisting_dirs.patch;
|
src = ./paths_and_nonexisting_dirs.patch;
|
||||||
clutter_path = gnome.mutter.libdir; # this should not be used in settings but 🤷♀️
|
clutter_path = gnome.mutter.libdir; # only needed for GNOME < 40.
|
||||||
gtop_path = "${libgtop}/lib/girepository-1.0";
|
gtop_path = "${libgtop}/lib/girepository-1.0";
|
||||||
glib_net_path = "${glib-networking}/lib/girepository-1.0";
|
glib_net_path = "${glib-networking}/lib/girepository-1.0";
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user