dotnetCorePackages: Fix closure size

wip/yesman
Herman Fries 4 years ago committed by Jon
parent 8b8b6b20a8
commit f22e45aeec
  1. 1
      pkgs/development/compilers/dotnet/buildDotnet.nix

@ -36,6 +36,7 @@ in stdenv.mkDerivation rec {
sourceRoot = ".";
dontPatchELF = true;
noDumpEnvVars = true;
installPhase = ''
runHook preInstall

Loading…
Cancel
Save