Merge pull request #134126 from tekeri/bluez-enable-deprecated

bluez: build missing bluetooth utilities

authored by Sandro and committed by GitHub c8dadde1 545fc025

+7
+7
pkgs/os-specific/linux/bluez/default.nix
··· 77 "--enable-nfc" 78 "--enable-sap" 79 "--enable-sixaxis" 80 ]; 81 82 # Work around `make install' trying to create /var/lib/bluetooth.
··· 77 "--enable-nfc" 78 "--enable-sap" 79 "--enable-sixaxis" 80 + "--enable-btpclient" 81 + "--enable-hid2hci" 82 + "--enable-logger" 83 + 84 + # To provide ciptool, sdptool, and rfcomm (unmaintained) 85 + # superseded by new D-Bus APIs 86 + "--enable-deprecated" 87 ]; 88 89 # Work around `make install' trying to create /var/lib/bluetooth.