Merge pull request #287807 from NickCao/uhk-agent

uhk-agent: fix build
This commit is contained in:
Nick Cao 2024-02-11 17:19:03 -05:00 committed by GitHub
commit bb6a57b39c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, stdenvNoCC
, fetchurl
, appimageTools
@ -36,6 +37,7 @@ stdenvNoCC.mkDerivation {
];
buildInputs = [
stdenv.cc.cc.lib
libusb1
];