mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 17:38:56 +00:00
Merge pull request #241707 from Artturin/kittyoverridable
This commit is contained in:
commit
0ad0cc5039
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user