mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: geda-gaf: Drop input labels.
* gnu/packages/engineering.scm (geda-gaf)[inputs]: Drop labels.
This commit is contained in:
parent
ea24609b61
commit
772e4b6739
1 changed files with 8 additions and 8 deletions
|
@ -271,14 +271,14 @@ (define-public geda-gaf
|
|||
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/")
|
||||
|
|
Loading…
Reference in a new issue