gnu: gerbv: Make some inputs native.
* gnu/packages/engineering.scm (gerbv)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
0b43ecb06e
commit
9abc586391
1 changed files with 2 additions and 2 deletions
|
@ -676,11 +676,11 @@ ready for production.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
|
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
|
||||||
|
("desktop-file-utils" ,desktop-file-utils)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("cairo" ,cairo)
|
`(("cairo" ,cairo)
|
||||||
("gtk" ,gtk+-2)
|
("gtk" ,gtk+-2)))
|
||||||
("desktop-file-utils" ,desktop-file-utils)))
|
|
||||||
(home-page "http://gerbv.geda-project.org/")
|
(home-page "http://gerbv.geda-project.org/")
|
||||||
(synopsis "Gerber file viewer")
|
(synopsis "Gerber file viewer")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue