Skip to content

Commit

Permalink
go: do not strip upstream elf test data
Browse files Browse the repository at this point in the history
  • Loading branch information
layus committed Jan 8, 2017
1 parent 0c718ed commit 1f93a82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/compilers/go/1.4.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ stdenv.mkDerivation rec {

setupHook = ./setup-hook.sh;

dontStripList = [ "share/go/src/debug/elf/testdata" ];

meta = with stdenv.lib; {
branch = "1.4";
homepage = http://golang.org/;
Expand Down
2 changes: 2 additions & 0 deletions pkgs/development/compilers/go/1.6.nix
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ stdenv.mkDerivation rec {

setupHook = ./setup-hook.sh;

dontStripList = [ "share/go/src/debug/elf/testdata" ];

disallowedReferences = [ go_bootstrap ];

meta = with stdenv.lib; {
Expand Down
2 changes: 2 additions & 0 deletions pkgs/development/compilers/go/1.7.nix
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ stdenv.mkDerivation rec {

setupHook = ./setup-hook.sh;

dontStripList = [ "share/go/src/debug/elf/testdata" ];

disallowedReferences = [ go_bootstrap ];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 1f93a82

Please sign in to comment.