From 9bd783e6de15bb46c50de9d2a2329de778bc3184 Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Thu, 21 Jul 2022 10:24:50 +0200 Subject: [PATCH v4 28/73] gnu: labplot: Remove input labels. * gnu/packages/kde-pim.scm (labplot): Remove input labels. diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index e5a35e8ccc..0d0dcded09 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -797,14 +797,12 @@ (define-public labplot (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 -- 2.37.0