From 5e36d4381fc4d82059c4f657aae7441a141beaf6 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 9 Jan 2023 10:50:37 +0100 Subject: gnu: lib3mf: Remove input labels. * gnu/packages/engineering.scm (lib3mf)[inputs]: Remove labels. --- gnu/packages/engineering.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3