kitty: fix GOFLAGS typo to resolve go runtime dependency

This commit is contained in:
Adam Stephens
2023-02-05 14:13:23 +10:00
committed by zowoq
parent 02c756f02b
commit 527831c1e3
@@ -97,8 +97,7 @@ buildPythonApplication rec {
hardeningDisable = lib.optional stdenv.cc.isClang "strictoverflow";
CGO_ENABLED = 0;
GO_FLAGS = "-trimpath";
disallowedReferences = [ go ];
GOFLAGS = "-trimpath";
configurePhase = let
goModules = (buildGoModule {