guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

285/334: gnu: sysprof: Remove duplicate definition.


From: guix-commits
Subject: 285/334: gnu: sysprof: Remove duplicate definition.
Date: Sat, 15 Aug 2020 16:27:36 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 68067c6e67192cbc9102f582c63bcb16ec2cde84
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Mon Aug 10 00:19:48 2020 +0200

    gnu: sysprof: Remove duplicate definition.
    
    * gnu/packages/gnome.scm (sysprof): Remove duplicate definition.
---
 gnu/packages/gnome.scm | 45 ---------------------------------------------
 1 file changed, 45 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index cd99780..94225f2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13250,51 +13250,6 @@ GObject introspection bindings.")
      (license (list license:lgpl2.1+   ; libfeedbackd
                     license:lgpl3+)))) ; the rest
 
-(define-public sysprof
-  (package
-    (name "sysprof")
-    (version "3.34.1")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
-                                  (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
-              (sha256
-               (base32
-                "1l4kr1av7933vb4zql9c5lgzivlw64hyky4nr8xin1v5if6vnjw4"))))
-    (build-system meson-build-system)
-    (arguments
-     `(#:configure-flags
-       (list (string-append "-Dsystemdunitdir="
-                            %output
-                            "/share/systemd"))
-       #:tests? #f ; 3/4 test-model-filter barfs some dbus nonsense
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'patch-install-script
-           (lambda _
-             (substitute* "build-aux/meson/post_install.sh"
-               (("gtk-update-icon-cache") "true")
-               (("update-desktop-database") "true"))
-             #t)))))
-    (inputs
-     `(("glib" ,glib)
-       ("gtk+" ,gtk+)
-       ("libdazzle" ,libdazzle)
-       ("polkit" ,polkit)))
-    (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
-       ("itstool" ,itstool)
-       ("pkg-config" ,pkg-config)
-       ("xmllint" ,libxml2)))
-    (home-page "http://www.sysprof.com/";)
-    (synopsis "System-wide performance profiler")
-    (description "Sysprof is a sampling profiler that uses a kernel module
-to generate stacktraces which are then interpreted by the userspace program
-@command{sysprof}.")
-    (license license:gpl3+)))
-
 (define-public gnome-builder
   (package
     (name "gnome-builder")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]