mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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>
This commit is contained in:
parent
465734ba86
commit
a8564071d7
1 changed files with 3 additions and 2 deletions
|
@ -11,6 +11,7 @@
|
|||
;;; Copyright © 2019 Pkill -9 <pkill9@runbox.com>
|
||||
;;; Copyright © 2019 L p R n d n <guix@lprndn.info>
|
||||
;;; Copyright © 2019 Ingo Ruhnke <grumbel@gmail.com>
|
||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -926,10 +927,10 @@ (define-public ristretto
|
|||
(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+" ,gtk+)
|
||||
`(("gtk+" ,gtk+)
|
||||
("libexif" ,libexif)
|
||||
("libxfce4ui" ,libxfce4ui)
|
||||
("librsvg" ,librsvg)
|
||||
|
|
Loading…
Reference in a new issue