zs-wait4host: don't put runtime deps into buildInputs

wip/yesman
zseri 3 years ago
parent 75499c628b
commit 2c93f270cd
No known key found for this signature in database
GPG Key ID: 229E63AE5644A96D
  1. 4
      pkgs/tools/networking/zs-wait4host/default.nix

@ -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…
Cancel
Save