guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: mate: Make some inputs native.


From: guix-commits
Subject: 05/09: gnu: mate: Make some inputs native.
Date: Sun, 5 Apr 2020 13:32:56 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit a34564439dead755347632e133f123212ba25e80
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Apr 5 13:48:31 2020 +0200

    gnu: mate: Make some inputs native.
    
    * gnu/packages/mate.scm (mate)[inputs]: Move desktop-files-utils from 
here...
    [native-inputs]: ...to this new field.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 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 eaafc5d..f5d0b83 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]