summary refs log tree commit diff
diff options
context:
space:
mode:
authorHerman Fries <baracoder@googlemail.com>2020-01-30 14:59:48 +0100
committerJon <jonringer@users.noreply.github.com>2020-02-02 00:41:56 -0800
commitf22e45aeecb380bbd89202f15082c2f37c1212e2 (patch)
tree5d70125ceac9ddf62663ead40d80aacb8d5a8324
parent8b8b6b20a83830ebc48941f9df7ba001d522c786 (diff)
downloadnixpkgs-f22e45aeecb380bbd89202f15082c2f37c1212e2.tar
nixpkgs-f22e45aeecb380bbd89202f15082c2f37c1212e2.tar.gz
nixpkgs-f22e45aeecb380bbd89202f15082c2f37c1212e2.tar.bz2
nixpkgs-f22e45aeecb380bbd89202f15082c2f37c1212e2.tar.lz
nixpkgs-f22e45aeecb380bbd89202f15082c2f37c1212e2.tar.xz
nixpkgs-f22e45aeecb380bbd89202f15082c2f37c1212e2.tar.zst
nixpkgs-f22e45aeecb380bbd89202f15082c2f37c1212e2.zip
dotnetCorePackages: Fix closure size
-rw-r--r--pkgs/development/compilers/dotnet/buildDotnet.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/dotnet/buildDotnet.nix b/pkgs/development/compilers/dotnet/buildDotnet.nix
index 58e67ff008a..5ba57ed6918 100644
--- a/pkgs/development/compilers/dotnet/buildDotnet.nix
+++ b/pkgs/development/compilers/dotnet/buildDotnet.nix
@@ -36,6 +36,7 @@ in stdenv.mkDerivation rec {
     sourceRoot = ".";
 
     dontPatchELF = true;
+    noDumpEnvVars = true;
 
     installPhase = ''
         runHook preInstall