Skip to content

Commit

Permalink
add self
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Oct 20, 2019
1 parent cd1dd10 commit caa41dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/ghc-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let
nativeBuildInputs = [ self.haskell-nix.nix-tools ];
phases = [ "unpackPhase" "buildPhase" ];

LOCALE_ARCHIVE = self.lib.optionalString (stdenv.hostPlatform.libc == "glibc") "${glibcLocales}/lib/locale/locale-archive";
LOCALE_ARCHIVE = self.lib.optionalString (self.stdenv.hostPlatform.libc == "glibc") "${self.glibcLocales}/lib/locale/locale-archive";
LANG = "en_US.UTF-8";
LC_ALL = "en_US.UTF-8";

Expand Down

0 comments on commit caa41dd

Please sign in to comment.