gnu: xfce4-places-plugin: Make some inputs native.
* gnu/packages/xfce.scm (xfce4-places-plugin)[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
3a3d5e36b8
commit
223e920abc
1 changed files with 2 additions and 2 deletions
|
@ -1707,10 +1707,10 @@ interfaces of your choice in the panel.")
|
|||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
("desktop-file-utils" ,desktop-file-utils)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("desktop-file-utils" ,desktop-file-utils)
|
||||
("gtk+-2" ,gtk+-2)
|
||||
`(("gtk+-2" ,gtk+-2)
|
||||
("exo" ,exo)
|
||||
("libxfce4ui" ,libxfce4ui)
|
||||
("xfce4-panel" ,xfce4-panel)))
|
||||
|
|
Reference in a new issue