From 587542abdba595c185223f7cf5e1d8589d5fe1b7 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 1 Dec 2025 22:21:37 +0900 Subject: [PATCH] gnu: Remove sysprof-3.44. * gnu/packages/gnome.scm (sysprof-3.44): Delete variable. Change-Id: I18548068b8d772c9f77b19812b55f1bd57d9303f --- gnu/packages/gnome.scm | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 85d9302c917ad8e004989df791cdc97fe8c37f38..ab6740792b3b1ce25f2d617e8383f8c659acaea6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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")