summary refs log tree commit diff
path: root/pkgs/shells
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/shells
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/shells')
-rw-r--r--pkgs/shells/zsh/zsh-history/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/shells/zsh/zsh-history/default.nix b/pkgs/shells/zsh/zsh-history/default.nix
index 90d70885b7e..3d48467a246 100644
--- a/pkgs/shells/zsh/zsh-history/default.nix
+++ b/pkgs/shells/zsh/zsh-history/default.nix
@@ -17,8 +17,6 @@ buildGoModule rec {
 
   doCheck = false;
 
-  goPackagePath = "github.com/b4b4r07/history";
-
   postInstall = ''
     install -d $out/share
     cp -r "$NIX_BUILD_TOP/source/misc/"* "$out/share"