guix-commits
[Top][All Lists]
Advanced

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

02/13: gnu: swaybg: Remove unused input.


From: guix-commits
Subject: 02/13: gnu: swaybg: Remove unused input.
Date: Mon, 10 Feb 2020 14:34:10 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3e295e8d5e6f0ab9e51ff098a8dd0e57606af030
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Feb 7 19:52:03 2020 +0100

    gnu: swaybg: Remove unused input.
    
    * gnu/packages/wm.scm (swaybg)[native-inputs]: Remove GIT.
---
 gnu/packages/wm.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 3c0d14e..1152433 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1477,8 +1477,7 @@ modules for building a Wayland compositor.")
     (inputs `(("cairo" ,cairo)
               ("gdk-pixbuf" ,gdk-pixbuf)
               ("wayland" ,wayland)))
-    (native-inputs `(("git" ,git)
-                     ("pkg-config" ,pkg-config)
+    (native-inputs `(("pkg-config" ,pkg-config)
                      ("scdoc" ,scdoc)
                      ("wayland-protocols" ,wayland-protocols)))
     (home-page "https://github.com/swaywm/sway";)



reply via email to

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