Skip to content

Commit

Permalink
[WIP] xppen: add bluetooth and similar packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Dec 1, 2024
1 parent 5419706 commit 39e1c50
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pkgs/applications/misc/xppen/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
autoPatchelfHook,
qt5,
libusb1,
bluedevil,
bluez,
blueman,
kdePackages,
python3,
openobex,
dbus,
pname,
version,
url,
Expand All @@ -27,6 +34,20 @@ stdenv.mkDerivation {
buildInputs = [
qt5.qtbase
libusb1
# experiment with bluetooth
bluedevil
bluez
blueman
kdePackages.bluez-qt
(python3.withPackages (
ps: with ps; [
habluetooth
bluetooth-data-tools
bluetooth-sensor-state-data
]
))
openobex
dbus
];

dontConfigure = true;
Expand Down

0 comments on commit 39e1c50

Please sign in to comment.