Skip to content

Commit

Permalink
pyusb: fix reference to correct libusb1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Jan 5, 2018
1 parent 19eb5d6 commit ad4d26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Expand Up @@ -19818,7 +19818,7 @@ EOF

unidecode = callPackage ../development/python-modules/unidecode {};

pyusb = callPackage ../development/python-modules/pyusb {};
pyusb = callPackage ../development/python-modules/pyusb { libusb1 = pkgs.libusb1; };

BlinkStick = buildPythonPackage rec {
name = "BlinkStick-${version}";
Expand Down

0 comments on commit ad4d26f

Please sign in to comment.