gnu: pcb: Make some inputs native.
* gnu/packages/engineering.scm (pcb)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>master
parent
a34564439d
commit
465734ba86
gnu/packages
|
@ -386,13 +386,13 @@ features.")))
|
||||||
("gd" ,gd)
|
("gd" ,gd)
|
||||||
("gtk" ,gtk+-2)
|
("gtk" ,gtk+-2)
|
||||||
("gtkglext" ,gtkglext)
|
("gtkglext" ,gtkglext)
|
||||||
("desktop-file-utils" ,desktop-file-utils)
|
|
||||||
("shared-mime-info" ,shared-mime-info)
|
("shared-mime-info" ,shared-mime-info)
|
||||||
("tk" ,tk)))
|
("tk" ,tk)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("bison" ,bison)
|
("bison" ,bison)
|
||||||
|
("desktop-file-utils" ,desktop-file-utils)
|
||||||
("flex" ,flex)
|
("flex" ,flex)
|
||||||
;; For tests
|
;; For tests
|
||||||
("imagemagick" ,imagemagick)
|
("imagemagick" ,imagemagick)
|
||||||
|
|
Reference in New Issue