gnu: lib3mf: Remove input labels.
* gnu/packages/engineering.scm (lib3mf)[inputs]: Remove labels.
This commit is contained in:
parent
5e101ab56f
commit
5e36d4381f
1 changed files with 1 additions and 4 deletions
|
@ -2323,10 +2323,7 @@ engineers for reverse engineers.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list automatic-component-toolkit googletest pkg-config))
|
(list automatic-component-toolkit googletest pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libuuid" ,util-linux "lib")
|
(list `(,util-linux "lib") libzip libressl zlib))
|
||||||
("libzip" ,libzip)
|
|
||||||
("libressl" ,libressl)
|
|
||||||
("zlib" ,zlib)))
|
|
||||||
(synopsis "Implementation of the 3D Manufacturing Format (3MF) file standard")
|
(synopsis "Implementation of the 3D Manufacturing Format (3MF) file standard")
|
||||||
(description
|
(description
|
||||||
"Lib3MF is a C++ implementation of the 3D Manufacturing Format (3MF) file
|
"Lib3MF is a C++ implementation of the 3D Manufacturing Format (3MF) file
|
||||||
|
|
Reference in a new issue