zs-apc-spdu-ctl: don't put runtime deps into buildInputs

zseri dcba35f2 bfa344e2

+2 -2
+2 -2
pkgs/tools/networking/zs-apc-spdu-ctl/default.nix
··· 20 20 }; 21 21 22 22 nativeBuildInputs = [ cmake ]; 23 - buildInputs = [ fping libowlevelzs net-snmp ]; 23 + buildInputs = [ libowlevelzs net-snmp ]; 24 24 25 25 postPatch = '' 26 26 substituteInPlace src/confent.cxx \ 27 - --replace /usr/sbin/fping "${lib.makeBinPath [fping]}/fping" 27 + --replace /usr/sbin/fping "${fping}/bin/fping" 28 28 ''; 29 29 30 30 meta = with lib; {