From a860dcbba988b280cd143b188ffb086668f064fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 4 May 2023 16:52:10 +0200 Subject: gnu: armadillo: Remove input labels. * gnu/packages/maths.scm (armadillo)[inputs]: Remove labels. --- gnu/packages/maths.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 1cf26927fa..1b34c6e314 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4510,9 +4510,7 @@ full text searching.") (build-system cmake-build-system) (arguments `(#:tests? #f)) ; no test target (inputs - `(("openblas" ,openblas) - ("lapack" ,lapack) - ("arpack" ,arpack-ng))) + (list openblas lapack arpack-ng)) (home-page "https://arma.sourceforge.net/") (synopsis "C++ linear algebra library") (description -- cgit v1.2.3