guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: lib3mf: Remove input labels.


From: guix-commits
Subject: 03/06: gnu: lib3mf: Remove input labels.
Date: Mon, 9 Jan 2023 18:24:03 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 5e36d4381fc4d82059c4f657aae7441a141beaf6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jan 9 10:50:37 2023 +0100

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]