mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
go tools: add package alias to fix other packages (ZHF)
This commit is contained in:
parent
342a815e66
commit
4579e57604
@ -136,6 +136,7 @@ let
|
||||
rev = "7d75e8b219c3efda2d08ae38acd6b42f8da4f5f9";
|
||||
name = "tools-${stdenv.lib.strings.substring 0 7 rev}";
|
||||
goPackagePath = "golang.org/x/tools";
|
||||
goPackageAliases = [ "code.google.com/p/go.tools" ];
|
||||
|
||||
preConfigure = ''
|
||||
# Make the builtin tools available here
|
||||
|
Loading…
Reference in New Issue
Block a user