1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Remove sysprof-3.44.

* gnu/packages/gnome.scm (sysprof-3.44): Delete variable.

Change-Id: I18548068b8d772c9f77b19812b55f1bd57d9303f
This commit is contained in:
Maxim Cournoyer
2025-12-01 22:21:37 +09:00
parent f39c3775b3
commit 587542abdb

View File

@@ -13494,32 +13494,6 @@ It uses the kernel's built-in @code{ptrace} feature and handles shared
libraries. Applications do not need to be recompiled--or even restarted.")
(license license:gpl3+)))
(define-public sysprof-3.44
(package
(inherit sysprof)
(name "sysprof")
(version "3.44.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/sysprof/"
(version-major+minor version) "/"
"sysprof-" version ".tar.xz"))
(sha256
(base32 "0nq0icbln0ryqzlybr7wyl19mhr3vkqzs6wasn430fwpf5drypdb"))))
(inputs (modify-inputs (package-inputs sysprof)
(replace "glib" glib)
(replace "gtk" gtk+)))
(native-inputs (modify-inputs (package-native-inputs sysprof)
(replace "glib" `(,glib "bin"))))
(arguments (substitute-keyword-arguments (package-arguments sysprof)
((#:phases phases '%standard-phases)
#~(modify-phases #$phases
(replace 'disable-post-install
(lambda _
(substitute* "build-aux/meson/post_install.sh"
(("gtk-update-icon-cache") "true")
(("update-desktop-database") "true"))))))))))
(define-public libspelling
(package
(name "libspelling")