mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Merge pull request #47260 from c00w/master
go: Remove pkg/obj directory from the build outputs.
This commit is contained in:
commit
4335a9279e
@ -178,6 +178,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
preFixup = ''
|
||||
rm -r $out/share/go/pkg/bootstrap
|
||||
rm -r $out/share/go/pkg/obj
|
||||
ln -s $out/share/go/bin $out/bin
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user