[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: nomad-optimizer: Remove input labels.
From: |
guix-commits |
Subject: |
05/11: gnu: nomad-optimizer: Remove input labels. |
Date: |
Tue, 19 Apr 2022 06:30:34 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 3a9b925f4437fb715d47bfa6f2356640a91b2a81
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Tue Apr 12 18:57:25 2022 +0000
gnu: nomad-optimizer: Remove input labels.
* gnu/packages/maths.scm (nomad-optimizer)[native-inputs]: Remove
labels.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 159132aa62..5971130136 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1950,8 +1950,7 @@ interfaces.")
"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)
- 06/11: gnu: nomad-optimizer: Remove trailing booleans., (continued)
- 06/11: gnu: nomad-optimizer: Remove trailing booleans., guix-commits, 2022/04/19
- 08/11: gnu: nomad-optimizer: Fix some tests., guix-commits, 2022/04/19
- 03/11: gnu: asymptote: Update to 2.80., guix-commits, 2022/04/19
- 09/11: gnu: libtcod: Remove trailing boolean., guix-commits, 2022/04/19
- 11/11: gnu: geary: Remove input labels., guix-commits, 2022/04/19
- 02/11: gnu: gnuplot: Update to 5.4.3., guix-commits, 2022/04/19
- 04/11: gnu: gmsh: Update to 4.9.5., guix-commits, 2022/04/19
- 01/11: services: yggdrasil: Tweak description., guix-commits, 2022/04/19
- 07/11: gnu: nomad-optimizer: Update to 4.2.0., guix-commits, 2022/04/19
- 10/11: gnu: geary: Add missing input., guix-commits, 2022/04/19
- 05/11: gnu: nomad-optimizer: Remove input labels.,
guix-commits <=