Merge pull request #241707 from Artturin/kittyoverridable

This commit is contained in:
Artturi 2023-07-06 20:09:22 +03:00 committed by GitHub
commit 0ad0cc5039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -100,7 +100,7 @@ buildPythonApplication rec {
CGO_ENABLED = 0;
GOFLAGS = "-trimpath";
go-modules = (buildGoModule {
goModules = (buildGoModule {
pname = "kitty-go-modules";
inherit src vendorHash version;
}).go-modules;
@ -109,7 +109,7 @@ buildPythonApplication rec {
export GOCACHE=$TMPDIR/go-cache
export GOPATH="$TMPDIR/go"
export GOPROXY=off
cp -r --reflink=auto ${go-modules} vendor
cp -r --reflink=auto $goModules vendor
'';
buildPhase = let