gnu: gnome-system-monitor: Update to 41.0 and re-style inputs.

* gnu/packages/gnome.scm (gnome-system-monitor): Update to 41.0.
[native-inputs]: Re-style.
[inputs]: Likewise.
This commit is contained in:
Maxim Cournoyer 2022-01-22 01:44:42 -05:00
parent 42fc467d04
commit 8eb9333281
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -10345,7 +10345,7 @@ (define-public bluefish
(define-public gnome-system-monitor
(package
(name "gnome-system-monitor")
(version "40.1")
(version "41.0")
(source
(origin
(method url-fetch)
@ -10354,19 +10354,19 @@ (define-public gnome-system-monitor
name "-" version ".tar.xz"))
(sha256
(base32
"06hxd4igxas2kyind5jwfq5qbfkknykpdfy2sy3anylhcx1hzczx"))))
"0pwy2c95rm0ym3x5pr6rqg7zh58crjxyns4r52q99ds937349z67"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
#:configure-flags '("-Dsystemd=false")))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums.
("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
("intltool" ,intltool)
("itstool" ,itstool)
("libgtop" ,libgtop)
("polkit" ,polkit)
("pkg-config" ,pkg-config)))
(list `(,glib "bin") ;for glib-mkenums.
`(,gtk+ "bin") ;gtk-update-icon-cache
intltool
itstool
libgtop
polkit
pkg-config))
(inputs
(list gdk-pixbuf ;for loading SVG files.
gtk+