diff mbox series

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

Message ID 87lfjrxebp.fsf@gnu.org
State Accepted
Headers show
Series [bug#42177,1/3] gnu: Add sysprof. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Ludovic Courtès July 10, 2020, 9:14 p.m. UTC
Hi,

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

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

Applied with the changes below:
diff mbox series

Patch

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+)))