gnome-system-monitor: 48.1 → 49.rc
https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/compare/48.1...49.rc Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com> Co-authored-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
fetchurl,
|
||||
pkg-config,
|
||||
gtkmm4,
|
||||
libxml2,
|
||||
bash,
|
||||
catch2_3,
|
||||
gtk4,
|
||||
@@ -26,11 +25,11 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gnome-system-monitor";
|
||||
version = "48.1";
|
||||
version = "49.rc";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-system-monitor/${lib.versions.major finalAttrs.version}/gnome-system-monitor-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-Ezw6bihjZuZZ/S2AWCQJp71e2uRW5jxPacz2btb8Zjg=";
|
||||
hash = "sha256-1bYnt/NM+OSCCmx9rKWtIy3HxOQMLBU/KHa0NWO75zA=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -54,7 +53,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gtk4
|
||||
libadwaita
|
||||
glib
|
||||
libxml2
|
||||
gtkmm4
|
||||
libgtop
|
||||
gdk-pixbuf
|
||||
@@ -64,6 +62,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
systemd
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
# <artificial>:(.text.startup+0x56): undefined reference to `GsmApplication::get()'
|
||||
"-Db_lto=false"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
passthru = {
|
||||
|
||||
Reference in New Issue
Block a user