Loading pkgs/development/haskell-modules/make-package-set.nix +6 −4 Original line number Diff line number Diff line Loading @@ -181,10 +181,12 @@ let nativeBuildInputs = [ buildPackages.cabal2nix-unwrapped ]; preferLocalBuild = true; allowSubstitutes = false; env = { LANG = "en_US.UTF-8"; LOCALE_ARCHIVE = pkgs.lib.optionalString ( buildPlatform.libc == "glibc" ) "${buildPackages.glibcLocales}/lib/locale/locale-archive"; } // lib.optionalAttrs (buildPlatform.libc == "glibc") { LOCALE_ARCHIVE = "${buildPackages.glibcLocales}/lib/locale/locale-archive"; }; } '' export HOME="$TMP" Loading Loading
pkgs/development/haskell-modules/make-package-set.nix +6 −4 Original line number Diff line number Diff line Loading @@ -181,10 +181,12 @@ let nativeBuildInputs = [ buildPackages.cabal2nix-unwrapped ]; preferLocalBuild = true; allowSubstitutes = false; env = { LANG = "en_US.UTF-8"; LOCALE_ARCHIVE = pkgs.lib.optionalString ( buildPlatform.libc == "glibc" ) "${buildPackages.glibcLocales}/lib/locale/locale-archive"; } // lib.optionalAttrs (buildPlatform.libc == "glibc") { LOCALE_ARCHIVE = "${buildPackages.glibcLocales}/lib/locale/locale-archive"; }; } '' export HOME="$TMP" Loading