guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: ristretto: Make some inputs native.


From: guix-commits
Subject: 07/09: gnu: ristretto: 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 a8564071d7242d955c9130ded337e34cbdb93887
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun Apr 5 13:48:33 2020 +0200

    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 <address@hidden>
---
 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 e8cb215..ac9663f 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)



reply via email to

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