diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-10 00:10:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-10 00:12:06 +0100 |
commit | 56451c789433e37dd0f27bff88a50bf6d3bd4136 (patch) | |
tree | a0050bfa71379aed64f3e1521bbf051ee47d2a73 /gnu | |
parent | ef617dedd28ffa5c32cf9e0ee2482ce32aa195f4 (diff) | |
download | patches-56451c789433e37dd0f27bff88a50bf6d3bd4136.tar patches-56451c789433e37dd0f27bff88a50bf6d3bd4136.tar.gz |
gnu: libinput: Note libinput-minimal inheritance.
* gnu/packages/freedesktop.scm (libinput): Add a warning comment.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/freedesktop.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 90956968b2..63bfdf8a97 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") |