mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
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:
parent
42fc467d04
commit
8eb9333281
1 changed files with 10 additions and 10 deletions
|
@ -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,21 +10354,21 @@ (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.
|
||||
(list gdk-pixbuf ;for loading SVG files.
|
||||
gtk+
|
||||
gtkmm-3
|
||||
libhandy
|
||||
|
|
Loading…
Reference in a new issue