zs-wait4host: don't put runtime deps into buildInputs
This commit is contained in:
parent
75499c628b
commit
2c93f270cd
|
@ -1,4 +1,4 @@
|
|||
{ bash, coreutils, fetchurl, fping, lib, stdenvNoCC }:
|
||||
{ coreutils, fetchurl, fping, lib, stdenvNoCC }:
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "zs-wait4host";
|
||||
|
@ -9,8 +9,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
sha256 = "9F1264BDoGlRR7bWlRXhfyvxWio4ydShKmabUQEIz9I=";
|
||||
};
|
||||
|
||||
buildInputs = [ bash coreutils fping ];
|
||||
|
||||
postPatch = ''
|
||||
for i in zs-wait4host zs-wait4host-inf; do
|
||||
substituteInPlace "$i" \
|
||||
|
|
Loading…
Reference in New Issue