guix-patches
[Top][All Lists]
Advanced

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

[bug#54890] [PATCH 1/3] gnu: nomad-optimizer: Remove input labels.


From: Paul A. Patience
Subject: [bug#54890] [PATCH 1/3] gnu: nomad-optimizer: Remove input labels.
Date: Tue, 12 Apr 2022 18:57:25 +0000

* gnu/packages/maths.scm (nomad-optimizer)[native-inputs]: Remove
labels.
---
 gnu/packages/maths.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 10a1f69b8e..6a6ac22a3b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1950,8 +1950,7 @@ (define-public nomad-optimizer
          "0w386d8r5ldbvnv0c0g7vz95pfpvwdxis26vaalk2amsa5akl775"))))
     (build-system cmake-build-system)
     (native-inputs
-     `(("python" ,python-wrapper)
-       ("python-cython" ,python-cython)))
+     (list python-wrapper python-cython))
     (arguments
      `(#:imported-modules ((guix build python-build-system)
                            ,@%cmake-build-system-modules)
--
2.35.1







reply via email to

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