kitty: fix GOFLAGS typo to resolve go runtime dependency
This commit is contained in:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user