guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: geda-gaf: Drop input labels.


From: guix-commits
Subject: 02/03: gnu: geda-gaf: Drop input labels.
Date: Sun, 23 Apr 2023 15:00:31 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit 772e4b6739841b46105863248ba1f4f2eab70745
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Apr 23 20:59:12 2023 +0200

    gnu: geda-gaf: Drop input labels.
    
    * gnu/packages/engineering.scm (geda-gaf)[inputs]: Drop labels.
---
 gnu/packages/engineering.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index ea9a9c6e37..f847daa693 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -271,14 +271,14 @@ plans and designs.")
                                pcb "/share/pcb/pcblib-newlib:"
                                pcb "/share/pcb/newlib")))))
     (inputs
-     `(("gamin" ,gamin)
-       ("glib" ,glib)
-       ("gtk" ,gtk+-2)
-       ("guile" ,guile-2.0)
-       ("shared-mime-info" ,shared-mime-info)
-       ("m4" ,m4)
-       ("pcb" ,pcb)
-       ("python" ,python-2))) ; for xorn
+     (list gamin
+           glib
+           gtk+-2
+           guile-2.0
+           shared-mime-info
+           m4
+           pcb
+           python-2)) ; for xorn
     (native-inputs
      (list groff pkg-config desktop-file-utils perl)) ; for tests
     (home-page "http://geda-project.org/";)



reply via email to

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