about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-12-17 22:44:00 +0100
committerGitHub <noreply@github.com>2020-12-17 22:44:00 +0100
commit821ed09f382deee33d3d6ac5bf23ef70cb3fce24 (patch)
tree4951a3a8a97730cacb6350f28be20dd8c0f11f6d /pkgs/applications/networking/cluster
parent952f136fa8f573fdb7d669453fce77924a6ebedf (diff)
parent9209f091291c272c2e2d4b5cedc359f01e1bf816 (diff)
downloadnixlib-821ed09f382deee33d3d6ac5bf23ef70cb3fce24.tar
nixlib-821ed09f382deee33d3d6ac5bf23ef70cb3fce24.tar.gz
nixlib-821ed09f382deee33d3d6ac5bf23ef70cb3fce24.tar.bz2
nixlib-821ed09f382deee33d3d6ac5bf23ef70cb3fce24.tar.lz
nixlib-821ed09f382deee33d3d6ac5bf23ef70cb3fce24.tar.xz
nixlib-821ed09f382deee33d3d6ac5bf23ef70cb3fce24.tar.zst
nixlib-821ed09f382deee33d3d6ac5bf23ef70cb3fce24.zip
Merge pull request #107085 from zowoq/go-mod-packagepath
buildGoModule: disallow goPackagePath 
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/sonobuoy/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/sonobuoy/default.nix b/pkgs/applications/networking/cluster/sonobuoy/default.nix
index be5cb51d450d..668a229a62e5 100644
--- a/pkgs/applications/networking/cluster/sonobuoy/default.nix
+++ b/pkgs/applications/networking/cluster/sonobuoy/default.nix
@@ -7,10 +7,8 @@ buildGoModule rec {
   pname = "sonobuoy";
   version = "0.19.0";
 
-  goPackagePath = "github.com/vmware-tanzu/sonobuoy";
-
   buildFlagsArray =
-    let t = goPackagePath;
+    let t = "github.com/vmware-tanzu/sonobuoy";
     in ''
       -ldflags=
         -s -X ${t}/pkg/buildinfo.Version=v${version}