Zabbix agent build fix

This commit is contained in:
mc-fucker 2024-12-24 16:26:11 +01:00
parent cb82056409
commit 3f1a9455c6

View file

@ -17,8 +17,6 @@ import ./versions.nix ({ version, hash, vendorHash ? throw "unsupported version
nativeBuildInputs = [ autoreconfHook pkg-config ]; nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ libiconv openssl pcre zlib ]; buildInputs = [ libiconv openssl pcre zlib ];
inherit (buildGoModule.go) GOOS GOARCH;
# need to provide GO* env variables & patch for reproducibility # need to provide GO* env variables & patch for reproducibility
postPatch = '' postPatch = ''
substituteInPlace src/go/Makefile.am \ substituteInPlace src/go/Makefile.am \