From 83970f5cbcdb6ba8e7c6d48b6e78441fbd370546 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Thu, 11 May 2017 13:45:00 +0800 Subject: usb_modeswitch: remove unneeded dependencies --- pkgs/development/tools/misc/usb-modeswitch/data.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pkgs/development') diff --git a/pkgs/development/tools/misc/usb-modeswitch/data.nix b/pkgs/development/tools/misc/usb-modeswitch/data.nix index a45db5fbcaf1..0ad79005d91e 100644 --- a/pkgs/development/tools/misc/usb-modeswitch/data.nix +++ b/pkgs/development/tools/misc/usb-modeswitch/data.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchurl, pkgconfig, libusb1, tcl, usb-modeswitch }: +{ stdenv, fetchurl, tcl, usb-modeswitch }: stdenv.mkDerivation rec { name = "usb-modeswitch-data-${version}"; @@ -15,10 +15,9 @@ stdenv.mkDerivation rec { sed -i 's@usb_modeswitch@${usb-modeswitch}/bin/usb_modeswitch@g' 40-usb_modeswitch.rules ''; - buildInputs = [ libusb1 usb-modeswitch ]; # we add tcl here so we can patch in support for new devices by dropping config into # the usb_modeswitch.d directory - nativeBuildInputs = [ pkgconfig tcl ]; + nativeBuildInputs = [ tcl ]; meta = with stdenv.lib; { description = "Device database and the rules file for 'multi-mode' USB devices"; -- cgit 1.4.1