From 7b63cdcc077b3c86faa7245daae9398075ae3d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 26 Nov 2018 07:22:50 +0000 Subject: [PATCH] go_1_11: remove build artifacts --- pkgs/development/compilers/go/1.11.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/compilers/go/1.11.nix b/pkgs/development/compilers/go/1.11.nix index 2f078abdb9a..5d4a8e84265 100644 --- a/pkgs/development/compilers/go/1.11.nix +++ b/pkgs/development/compilers/go/1.11.nix @@ -197,6 +197,7 @@ stdenv.mkDerivation rec { ''; preInstall = '' + rm -r pkg/{bootstrap,obj} # Contains the wrong perl shebang when cross compiling, # since it is not used for anything we can deleted as well. rm src/regexp/syntax/make_perl_groups.pl