[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40446] [PATCH 5/9] gnu: mate: Make some inputs native.
From: |
Vincent Legoll |
Subject: |
[bug#40446] [PATCH 5/9] gnu: mate: Make some inputs native. |
Date: |
Sun, 5 Apr 2020 13:48:31 +0200 |
* gnu/packages/mate.scm (mate)[inputs]: Move desktop-files-utils from here...
[native-inputs]: ...to this new field.
---
gnu/packages/mate.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index eaafc5db63..f5d0b834b6 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1551,6 +1551,7 @@ used to bring up authentication dialogs.")
(union-build (assoc-ref %outputs "out")
directories)
#t)))))
+ (native-inputs `(("desktop-file-utils" ,desktop-file-utils)))
(inputs
;; TODO: Add more packages
`(("at-spi2-core" ,at-spi2-core)
@@ -1558,7 +1559,6 @@ used to bring up authentication dialogs.")
("caja" ,caja)
("dbus" ,dbus)
("dconf" ,dconf)
- ("desktop-file-utils" ,desktop-file-utils)
("engrampa" ,engrampa)
("eom" ,eom)
("font-cantarell" ,font-cantarell)
--
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 <=
- [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, 2020/04/05
- [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