simpleproxy: fix build

This commit is contained in:
Sergei Zimmerman 2025-02-12 23:19:27 +03:00
parent 4851d05999
commit 9f35470065

View File

@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
autoreconfHook,
}:
stdenv.mkDerivation rec {
@ -16,6 +17,8 @@ stdenv.mkDerivation rec {
sha256 = "1my9g4vp19dikx3fsbii4ichid1bs9b9in46bkg05gbljhj340f6";
};
nativeBuildInputs = [ autoreconfHook ];
meta = with lib; {
homepage = "https://github.com/vzaliva/simpleproxy";
description = "Simple TCP proxy";