guix-patches
[Top][All Lists]
Advanced

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

[bug#42177] [PATCH 1/3] gnu: Add sysprof.


From: Ludovic Courtès
Subject: [bug#42177] [PATCH 1/3] gnu: Add sysprof.
Date: Fri, 10 Jul 2020 23:14:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hi,

Leo Prikler <leo.prikler@student.tugraz.at> skribis:

> * gnu/packages/gnome.scm (sysprof): New variable.

Applied with the changes below:

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2d3270782c..3c9596cc1d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10486,9 +10486,8 @@ GObject introspection bindings.")
        ("pkg-config" ,pkg-config)
        ("xmllint" ,libxml2)))
     (home-page "http://www.sysprof.com/";)
-    (synopsis "System-wide Performance Profiler")
+    (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
-``sysprof''.")
-    (license (list license:gpl2+
-                   license:gpl3+))))
+@command{sysprof}.")
+    (license license:gpl3+)))

reply via email to

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