nodePackages.teck-programmer: fix build

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Jonathan Ringer 2021-11-15 09:38:25 -08:00
parent f4e3542f5d
commit 7be91b05bb
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -374,6 +374,7 @@ let
};
teck-programmer = super.teck-programmer.override {
nativeBuildInputs = [ self.node-gyp-build ];
buildInputs = [ pkgs.libusb1 ];
};