kitty: fix GOFLAGS typo to resolve go runtime dependency

This commit is contained in:
Adam Stephens 2023-02-04 21:15:02 -05:00 committed by zowoq
parent 02c756f02b
commit 527831c1e3

View File

@ -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 {