mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-08-03 05:31:32 +02:00
gnu: sysprof: Update to 48.1.
* gnu/packages/gnome.scm (sysprof): Update to 48.1. [inputs]: Add elfutils.
This commit is contained in:
committed by
Andreas Enge
parent
e7789cb70e
commit
43bb25763f
@@ -131,6 +131,7 @@
|
||||
#:use-module (gnu packages docbook)
|
||||
#:use-module (gnu packages docker)
|
||||
#:use-module (gnu packages documentation)
|
||||
#:use-module (gnu packages elf)
|
||||
#:use-module (gnu packages enchant)
|
||||
#:use-module (gnu packages flex)
|
||||
#:use-module (gnu packages fonts)
|
||||
@@ -13386,7 +13387,7 @@ GObject introspection bindings.")
|
||||
(define-public sysprof
|
||||
(package
|
||||
(name "sysprof")
|
||||
(version "46.0")
|
||||
(version "48.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
@@ -13394,7 +13395,7 @@ GObject introspection bindings.")
|
||||
(version-major version) "/"
|
||||
"sysprof-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0xnil6ian02mlgdq9s5rwd4l5vp6ywyp4nm08q4lwgmbxdspxakk"))))
|
||||
(base32 "1qmv76877vkw2ajfnc4cr8gw5qch5m32qm1fybig3vgizvymgwal"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
@@ -13414,7 +13415,8 @@ GObject introspection bindings.")
|
||||
;; Listed in sysprof-4.pc or sysprof-ui-5.pc
|
||||
(list glib json-glib libadwaita libdex polkit))
|
||||
(inputs
|
||||
(list glib
|
||||
(list elfutils
|
||||
glib
|
||||
gtk
|
||||
json-glib
|
||||
libadwaita
|
||||
|
||||
Reference in New Issue
Block a user