guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: xf86-input-libinput: Reduce closure size.


From: guix-commits
Subject: branch master updated: gnu: xf86-input-libinput: Reduce closure size.
Date: Fri, 12 Jun 2020 03:27:22 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cd0f1fb  gnu: xf86-input-libinput: Reduce closure size.
cd0f1fb is described below

commit cd0f1fbd1ab1018c022661fa57ddcb91125dd4ab
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Jun 10 14:34:24 2020 +0200

    gnu: xf86-input-libinput: Reduce closure size.
    
    * gnu/packages/xorg.scm (xf86-input-libinput)[inputs]: Replace libinput by
    libinput-minimal.
---
 gnu/packages/xorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 9a7b856..e5fe3e1 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2556,7 +2556,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs
-     `(("libinput" ,libinput)
+     `(("libinput" ,libinput-minimal)
        ("xorg-server" ,xorg-server)))
     (home-page "https://www.x.org/wiki/";)
     (synopsis "Input driver for X server based on libinput")



reply via email to

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