diff options
author | Paul A. Patience <paul@apatience.com> | 2022-07-14 19:47:55 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-07-15 09:46:15 +0100 |
commit | d10af3fc9760bb5de99f18a6e5c3709698855edc (patch) | |
tree | c32732186798e5d886566f7db598d34aff34b2e5 /gnu/packages/maths.scm | |
parent | 37c53cb1e87d4c5bd9222ce9a4a951cb19e6e6e1 (diff) | |
download | guix-d10af3fc9760bb5de99f18a6e5c3709698855edc.tar.gz |
gnu: gmsh: Remove input labels.
* gnu/packages/maths.scm (gmsh)[inputs]: Remove labels. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 83a04f7301..18fcf4d99b 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2984,9 +2984,9 @@ This is the certified version of the Open Cascade Technology (OCCT) library.") metis opencascade-occt)) (inputs - `(("fontconfig" ,fontconfig) - ("libxft" ,libxft) - ("python" ,python))) + (list fontconfig + libxft + python)) (arguments `(#:configure-flags `("-DENABLE_SYSTEM_CONTRIB:BOOL=ON" "-DENABLE_BUILD_SHARED:BOOL=ON" |