aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorkiasoc5 <kiasoc5@disroot.org>2022-11-12 02:48:25 -0500
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:44:35 +0200
commit6667139960eb68d911e99fedec3043bb49111a8d (patch)
treec57fef5c38bf6acbc5cd24879dbadb8968d51f10 /gnu/packages
parent79af01a4edb110e57ac7c826f244ead17eafde68 (diff)
downloadguix-6667139960eb68d911e99fedec3043bb49111a8d.tar
guix-6667139960eb68d911e99fedec3043bb49111a8d.tar.gz
gnu: bluez: enable wiimote plugin.
* gnu/packages/linux.scm (bluez)[configure-flags]: Add "--enable-wiimote". Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/linux.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 582e4ce88a..b831a0b123 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6085,6 +6085,7 @@ Bluetooth audio output devices like headphones or loudspeakers.")
#~(list "--sysconfdir=/etc"
"--localstatedir=/var"
"--enable-library"
+ "--enable-wiimote"
"--disable-systemd"
;; TODO: is this needed? Not installed by default since 5.55.
"--enable-hid2hci"