[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
- 13/32: gnu: kgraphviewer: Fix home page., (continued)
- 13/32: gnu: kgraphviewer: Fix home page., guix-commits, 2022/09/01
- 15/32: gnu: libgravatar: Move to (gnu packages kde-pim)., guix-commits, 2022/09/01
- 05/32: gnu: Add plasma-wayland-protocols., guix-commits, 2022/09/01
- 09/32: gnu: solid: Remove input labels., guix-commits, 2022/09/01
- 16/32: gnu: libgravatar: Remove input labels., guix-commits, 2022/09/01
- 02/32: gnu: libstemmer: Add release-monitoring-url and upstream-name properties., guix-commits, 2022/09/01
- 06/32: gnu: libdbusmenu-qt: Move to (gnu packages qt)., guix-commits, 2022/09/01
- 07/32: gnu: kdav: Move to (gnu packages kde-frameworks)., guix-commits, 2022/09/01
- 26/32: gnu: KDE Games: Update home-page links., guix-commits, 2022/09/01
- 28/32: gnu: Add kdsoap., guix-commits, 2022/09/01
- 20/32: gnu: labplot: Remove input labels.,
guix-commits <=
- 24/32: gnu: kmplayer: Update home-page., guix-commits, 2022/09/01
- 32/32: gnu: Add appstream-qt., guix-commits, 2022/09/01
- 29/32: gnu: Add wayland-protocols 1.26., guix-commits, 2022/09/01
- 27/32: gnu: kajongg: Add bash-minimal to inputs., guix-commits, 2022/09/01
- 21/32: gnu: KDE Utils: Update home-page links., guix-commits, 2022/09/01
- 30/32: gnu: kmessagelib: Remove qtwebkit as an input., guix-commits, 2022/09/01
- 08/32: gnu: kde-frameworkintegration: Remove input labels., guix-commits, 2022/09/01
- 11/32: gnu: ki18n: Remove input labels., guix-commits, 2022/09/01
- 17/32: gnu: KDE PIM: Update home-pages., guix-commits, 2022/09/01
- 12/32: gnu: phonon-backend-gstreamer: Update home page., guix-commits, 2022/09/01