diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-09-06 09:49:17 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-09-06 10:49:44 +0300 |
commit | 124ac301c1f11b7c217107c3abf91edbb1a1c3f8 (patch) | |
tree | 4e123a6acba638eac3fb906fd0fca056bef98703 | |
parent | 472c2223c09e5d692e885c28c84d34130c1e9123 (diff) | |
download | guix-124ac301c1f11b7c217107c3abf91edbb1a1c3f8.tar guix-124ac301c1f11b7c217107c3abf91edbb1a1c3f8.tar.gz |
gnu: weston: Add missing input.
* gnu/packages/freedesktop.scm (weston)[inputs]: Add libcap.
-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 378a8f919e..3c4ae3f4d0 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -448,6 +448,7 @@ applications, X servers (rootless or fullscreen) or other display servers.") `(("cairo" ,cairo-xcb) ("dbus" ,dbus) ("elogind" ,elogind) + ("libcap" ,libcap) ("libinput" ,libinput-minimal) ("libunwind" ,libunwind) ("libxcursor" ,libxcursor) |