gnu: geda-gaf: Drop input labels.

* gnu/packages/engineering.scm (geda-gaf)[inputs]: Drop labels.
This commit is contained in:
Ricardo Wurmus 2023-04-23 20:59:12 +02:00
parent ea24609b61
commit 772e4b6739
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

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