unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54890] [PATCH 1/3] gnu: nomad-optimizer: Remove input labels.
@ 2022-04-12 18:57 Paul A. Patience
  2022-04-12 18:57 ` [bug#54891] [PATCH 2/3] gnu: nomad-optimizer: Remove trailing booleans Paul A. Patience
  2022-04-12 18:57 ` [bug#54892] [PATCH 3/3] gnu: nomad-optimizer: Update to 4.2.0 Paul A. Patience
  0 siblings, 2 replies; 6+ messages in thread
From: Paul A. Patience @ 2022-04-12 18:57 UTC (permalink / raw)
  To: 54890; +Cc: Paul A. Patience

* 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






^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-19 10:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-12 18:57 [bug#54890] [PATCH 1/3] gnu: nomad-optimizer: Remove input labels Paul A. Patience
2022-04-12 18:57 ` [bug#54891] [PATCH 2/3] gnu: nomad-optimizer: Remove trailing booleans Paul A. Patience
2022-04-12 18:57 ` [bug#54892] [PATCH 3/3] gnu: nomad-optimizer: Update to 4.2.0 Paul A. Patience
2022-04-13 15:21   ` [bug#54892] [PATCH] gnu: nomad-optimizer: Fix some tests Paul A. Patience
2022-04-19 10:24     ` bug#54892: [PATCH 3/3] gnu: nomad-optimizer: Update to 4.2.0 Ludovic Courtès
     [not found]   ` <handler.54892.D54892.165036389832173.notifdone@debbugs.gnu.org>
2022-04-19 10:31     ` [bug#54892] " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).