Unverified Commit bb6a57b3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #287807 from NickCao/uhk-agent

uhk-agent: fix build
parents bb07c41e 11205eb7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
{ lib
, stdenv
, stdenvNoCC
, fetchurl
, appimageTools
@@ -36,6 +37,7 @@ stdenvNoCC.mkDerivation {
  ];

  buildInputs = [
    stdenv.cc.cc.lib
    libusb1
  ];