From 527831c1e34ae43db6d2df8fe28ded1d68ed201d Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Sat, 4 Feb 2023 21:15:02 -0500 Subject: [PATCH] kitty: fix GOFLAGS typo to resolve go runtime dependency --- pkgs/applications/terminal-emulators/kitty/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/applications/terminal-emulators/kitty/default.nix b/pkgs/applications/terminal-emulators/kitty/default.nix index f2c146fa8db2..9725e8a4f96b 100644 --- a/pkgs/applications/terminal-emulators/kitty/default.nix +++ b/pkgs/applications/terminal-emulators/kitty/default.nix @@ -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 {