gnu: ristretto: Make some inputs native.
* gnu/packages/xfce.scm (ristretto)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>master
parent
465734ba86
commit
a8564071d7
|
@ -11,6 +11,7 @@
|
||||||
;;; Copyright © 2019 Pkill -9 <pkill9@runbox.com>
|
;;; Copyright © 2019 Pkill -9 <pkill9@runbox.com>
|
||||||
;;; Copyright © 2019 L p R n d n <guix@lprndn.info>
|
;;; Copyright © 2019 L p R n d n <guix@lprndn.info>
|
||||||
;;; Copyright © 2019 Ingo Ruhnke <grumbel@gmail.com>
|
;;; Copyright © 2019 Ingo Ruhnke <grumbel@gmail.com>
|
||||||
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -926,10 +927,10 @@ inhibit interface which allows applications to prevent automatic sleep.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
("desktop-file-utils" ,desktop-file-utils)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("desktop-file-utils" ,desktop-file-utils)
|
`(("gtk+" ,gtk+)
|
||||||
("gtk+" ,gtk+)
|
|
||||||
("libexif" ,libexif)
|
("libexif" ,libexif)
|
||||||
("libxfce4ui" ,libxfce4ui)
|
("libxfce4ui" ,libxfce4ui)
|
||||||
("librsvg" ,librsvg)
|
("librsvg" ,librsvg)
|
||||||
|
|
Reference in New Issue