guix-commits
[Top][All Lists]
Advanced

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

20/32: gnu: labplot: Remove input labels.


From: guix-commits
Subject: 20/32: gnu: labplot: Remove input labels.
Date: Thu, 1 Sep 2022 10:09:25 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c2cf48376f3b2945fd32a79510f6a912c924f2b6
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Thu Jul 21 10:24:50 2022 +0200

    gnu: labplot: Remove input labels.
    
    * gnu/packages/kde-pim.scm (labplot): Remove input labels.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde.scm | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 3fb42f8026..f187c02ba4 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -795,14 +795,12 @@ communicate with each other.  Here's a few things KDE 
Connect can do:
            (lambda* (#:key tests? #:allow-other-keys)
              (when tests?
                ;; This test fails, I don't know why.
-               (invoke "ctest" "-E" "parsertest"))
-             #t)))))
-    (native-inputs
-     `(("bison" ,bison)
-       ("extra-cmake-modules" ,extra-cmake-modules)
-       ("pkg-config" ,pkg-config)
-       ("python" ,python-wrapper)
-       ("qttools-5" ,qttools-5)))
+               (invoke "ctest" "-E" "parsertest")))))))
+    (native-inputs (list bison
+                         extra-cmake-modules
+                         pkg-config
+                         python-wrapper
+                         qttools-5))
     (inputs
      (list breeze ;for dark themes
            breeze-icons ;for icons



reply via email to

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