Archived
1
0
Fork 0

gnu: pcb: Drop input labels.

* gnu/packages/engineering.scm (pcb)[inputs, native-inputs]: Remove package
labels.
This commit is contained in:
Ricardo Wurmus 2023-03-12 22:05:00 +01:00
parent c2ff0e2d13
commit e7dc5681a6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -441,26 +441,26 @@ features.")))
(system "Xvfb :1 &") (system "Xvfb :1 &")
(setenv "DISPLAY" ":1")))))) (setenv "DISPLAY" ":1"))))))
(inputs (inputs
`(("dbus" ,dbus) (list dbus
("mesa" ,mesa) mesa
("udev" ,eudev) ;FIXME: required by mesa eudev ;FIXME: required by mesa
("glu" ,glu) glu
("gd" ,gd) gd
("gtk" ,gtk+-2) gtk+-2
("gtkglext" ,gtkglext) gtkglext
("shared-mime-info" ,shared-mime-info) shared-mime-info
("tk" ,tk))) tk))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) (list bison
("intltool" ,intltool) desktop-file-utils
("bison" ,bison) flex
("desktop-file-utils" ,desktop-file-utils) intltool
("flex" ,flex) pkg-config
;; For tests ;; For tests
("imagemagick" ,imagemagick) imagemagick
("gerbv" ,gerbv) gerbv
("ghostscript" ,ghostscript) ghostscript
("xvfb" ,xorg-server-for-tests))) xorg-server-for-tests))
(home-page "http://pcb.geda-project.org/") (home-page "http://pcb.geda-project.org/")
(synopsis "Design printed circuit board layouts") (synopsis "Design printed circuit board layouts")
(description (description