mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
go_1_7: make $out/bin a link to $GOROOT/share/go/bin
This commit is contained in:
parent
7098404505
commit
3e3a189cc6
@ -138,7 +138,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
preFixup = ''
|
||||
rm -r $out/share/go/pkg/bootstrap
|
||||
mv $out/share/go/bin $out/bin
|
||||
ln -s $out/share/go/bin $out/bin
|
||||
'';
|
||||
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
Loading…
Reference in New Issue
Block a user