summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorTimothy Stott <stott.timothy@gmail.com>2020-08-11 22:04:55 +0100
committerGitHub <noreply@github.com>2020-08-11 21:04:55 +0000
commitba7c0893d4fcbe2b8fd449064a7bf7ec36553385 (patch)
tree6efe82338117f97770619c95385c83f67bc9209a /pkgs/tools/security
parent4c3b64adf417859edfbce599eee15d335167b2a8 (diff)
downloadnixpkgs-ba7c0893d4fcbe2b8fd449064a7bf7ec36553385.tar
nixpkgs-ba7c0893d4fcbe2b8fd449064a7bf7ec36553385.tar.gz
nixpkgs-ba7c0893d4fcbe2b8fd449064a7bf7ec36553385.tar.bz2
nixpkgs-ba7c0893d4fcbe2b8fd449064a7bf7ec36553385.tar.lz
nixpkgs-ba7c0893d4fcbe2b8fd449064a7bf7ec36553385.tar.xz
nixpkgs-ba7c0893d4fcbe2b8fd449064a7bf7ec36553385.tar.zst
nixpkgs-ba7c0893d4fcbe2b8fd449064a7bf7ec36553385.zip
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/age/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/security/age/default.nix b/pkgs/tools/security/age/default.nix
index 8436972ebc5..8a6d008551e 100644
--- a/pkgs/tools/security/age/default.nix
+++ b/pkgs/tools/security/age/default.nix
@@ -3,7 +3,6 @@
 buildGoModule rec {
   pname = "age";
   version = "1.0.0-beta4";
-  goPackagePath = "github.com/FiloSottile/age";
   vendorSha256 = "0km7a2826j3fk2nrkmgc990chrkcfz006wfw14yilsa4p2hmfl7m";
 
   doCheck = false;