summaryrefslogtreecommitdiff
path: root/lib/bluetooth/default.nix
blob: f2d58c8674e9ff430c93a34dcc34381e6fbd6c04 (plain)
1
2
3
4
5
6
7
8
9
10
{mkAstalPkg, ...}:
mkAstalPkg {
  pname = "astal-bluetooth";
  src = ./.;

  libname = "bluetooth";
  authors = "Aylur";
  gir-suffix = "Bluetooth";
  description = "DBus proxy for bluez";
}