We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617f24e commit ab05ff7Copy full SHA for ab05ff7
lib/call-cabal-project-to-nix.nix
@@ -172,6 +172,7 @@ let
172
}) (runCommand (if name == null then "plan-to-nix-pkgs" else name + "-plan-to-nix-pkgs") {
173
nativeBuildInputs = [ nix-tools ghc hpack cabal-install pkgs.rsync pkgs.git ];
174
# Needed or stack-to-nix will die on unicode inputs
175
+ LOCALE_ARCHIVE = pkgs.lib.optionalString (pkgs.stdenv.hostPlatform.libc == "glibc") "${pkgs.glibcLocales}/lib/locale/locale-archive";
176
LANG = "en_US.UTF-8";
177
meta.platforms = pkgs.lib.platforms.all;
178
preferLocalBuild = false;
0 commit comments