pkgs/tools/bluetooth: remove dead code

This commit is contained in:
figsoda 2023-07-25 09:59:31 -04:00
parent 3ef3b08083
commit d454e416fd
4 changed files with 2 additions and 4 deletions

View file

@ -5,7 +5,6 @@
, cinnamon
, gnome
, gobject-introspection
, intltool
, libnotify
, pavucontrol
, python3Packages

View file

@ -1,5 +1,5 @@
{ config, stdenv, lib, fetchurl, intltool, pkg-config, python3Packages, bluez, gtk3
, obex_data_server, xdg-utils, dnsmasq, dhcp, libappindicator, iproute2
, obex_data_server, xdg-utils, dnsmasq, dhcp, iproute2
, gnome, librsvg, wrapGAppsHook, gobject-introspection
, networkmanager, withPulseAudio ? config.pulseaudio or stdenv.isLinux, libpulseaudio }:

View file

@ -1,4 +1,4 @@
{ buildGoModule, fetchFromGitHub, lib, stdenv }:
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "bluetuith";

View file

@ -1,5 +1,4 @@
{ lib
, stdenv
, fetchurl
, appimageTools
}: