zs-apc-spdu-ctl: don't put runtime deps into buildInputs
This commit is contained in:
parent
bfa344e273
commit
dcba35f22b
1 changed files with 2 additions and 2 deletions
|
@ -20,11 +20,11 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ fping libowlevelzs net-snmp ];
|
||||
buildInputs = [ libowlevelzs net-snmp ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace src/confent.cxx \
|
||||
--replace /usr/sbin/fping "${lib.makeBinPath [fping]}/fping"
|
||||
--replace /usr/sbin/fping "${fping}/bin/fping"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue