Merge pull request #146166 from jonringer/fix-teck-programmer

This commit is contained in:
Sandro 2021-11-26 13:35:11 +01:00 committed by GitHub
commit 3299ae9fbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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