mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
node-packages: remove libusb usage
This commit is contained in:
parent
0c98c6bbc4
commit
bc7fa146a2
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ let
|
|||
};
|
||||
|
||||
teck-programmer = super.teck-programmer.override {
|
||||
buildInputs = [ pkgs.libusb ];
|
||||
buildInputs = [ pkgs.libusb1 ];
|
||||
};
|
||||
|
||||
vega-cli = super.vega-cli.override {
|
||||
|
|
Loading…
Reference in a new issue