guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sway: Add missing input.


From: guix-commits
Subject: 01/01: gnu: sway: Add missing input.
Date: Sun, 7 Apr 2019 19:40:39 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit aa07299f1fcae53bfec353a0b05b944dab4f7bc6
Author: Marius Bakke <address@hidden>
Date:   Mon Apr 8 01:38:01 2019 +0200

    gnu: sway: Add missing input.
    
    This dependency was no longer provided after
    c6deabf957c0f5b68b45a2db0b4a35112c52c29e.
    
    * gnu/packages/wm.scm (sway)[inputs]: Add LIBEVDEV.
---
 gnu/packages/wm.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 0a05ff4..a0076f2 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1160,6 +1160,7 @@ modules for building a Wayland compositor.")
               ("elogind" ,elogind)
               ("gdk-pixbuf" ,gdk-pixbuf)
               ("json-c" ,json-c)
+              ("libevdev" ,libevdev)
               ("libinput" ,libinput)
               ("libxkbcommon" ,libxkbcommon)
               ("pango" ,pango)



reply via email to

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