diff options
author | Marius Bakke <marius@gnu.org> | 2023-01-09 10:50:37 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2023-01-10 00:14:43 +0100 |
commit | 5e36d4381fc4d82059c4f657aae7441a141beaf6 (patch) | |
tree | d6f8625ccba768282f5bfe072646dd1a3283e0e1 /gnu | |
parent | 5e101ab56f9d882a7927126d976b2edd65775566 (diff) | |
download | guix-5e36d4381fc4d82059c4f657aae7441a141beaf6.tar.gz guix-5e36d4381fc4d82059c4f657aae7441a141beaf6.zip |
gnu: lib3mf: Remove input labels.
* gnu/packages/engineering.scm (lib3mf)[inputs]: Remove labels.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/engineering.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 6c1e388d22..627be59fcd 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2323,10 +2323,7 @@ engineers for reverse engineers.") (native-inputs (list automatic-component-toolkit googletest pkg-config)) (inputs - `(("libuuid" ,util-linux "lib") - ("libzip" ,libzip) - ("libressl" ,libressl) - ("zlib" ,zlib))) + (list `(,util-linux "lib") libzip libressl zlib)) (synopsis "Implementation of the 3D Manufacturing Format (3MF) file standard") (description "Lib3MF is a C++ implementation of the 3D Manufacturing Format (3MF) file |