nckx pushed a commit to branch master
in repository guix.

commit 56451c789433e37dd0f27bff88a50bf6d3bd4136
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Tue Mar 10 00:10:39 2020 +0100

    gnu: libinput: Note libinput-minimal inheritance.
    
    * gnu/packages/freedesktop.scm (libinput): Add a warning comment.
---
 gnu/packages/freedesktop.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 9095696..63bfdf8 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -179,6 +179,7 @@ freedesktop.org project.")
     (license license:expat)))
 
 (define-public libinput
+  ;; Updating this will rebuild over 700 packages through libinput-minimal.
   (package
     (name "libinput")
     (version "1.15.0")

Reply via email to