[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40446] [PATCH 7/9] gnu: ristretto: Make some inputs native.
From: |
Vincent Legoll |
Subject: |
[bug#40446] [PATCH 7/9] gnu: ristretto: Make some inputs native. |
Date: |
Sun, 5 Apr 2020 13:48:33 +0200 |
* gnu/packages/xfce.scm (ristretto)[inputs]: Move desktop-files-utils from
here...
[native-inputs]: ...to here.
---
gnu/packages/xfce.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index e8cb215d35..ac9663f2e3 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -11,6 +11,7 @@
;;; Copyright © 2019 Pkill -9 <address@hidden>
;;; Copyright © 2019 L p R n d n <address@hidden>
;;; Copyright © 2019 Ingo Ruhnke <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
;;;
;;; 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)
(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)
--
2.26.0
- [bug#40446] native-inputs for desktop-file-utils, Vincent Legoll, 2020/04/05
- [bug#40446] [PATCH 1/9] gnu: aegisub: Make some inputs native., Vincent Legoll, 2020/04/05
- [bug#40446] [PATCH 2/9] gnu: geda-gaf: Make some inputs native., Vincent Legoll, 2020/04/05
- [bug#40446] [PATCH 4/9] gnu: lepton-eda: Make some inputs native., Vincent Legoll, 2020/04/05
- [bug#40446] [PATCH 5/9] gnu: mate: Make some inputs native., Vincent Legoll, 2020/04/05
- [bug#40446] [PATCH 6/9] gnu: pcb: Make some inputs native., Vincent Legoll, 2020/04/05
- [bug#40446] [PATCH 7/9] gnu: ristretto: Make some inputs native.,
Vincent Legoll <=
- [bug#40446] [PATCH 9/9] gnu: xfce4-places-plugin: Make some inputs native., Vincent Legoll, 2020/04/05
- [bug#40446] [PATCH 8/9] gnu: spacefm: Make some inputs native., Vincent Legoll, 2020/04/05
- [bug#40446] [PATCH 3/9] gnu: gerbv: Make some inputs native., Vincent Legoll, 2020/04/05
- bug#40446: [PATCH 1/9] gnu: aegisub: Make some inputs native., Danny Milosavljevic, 2020/04/05