Loading pkgs/development/beam-modules/build-mix.nix +2 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,8 @@ let in "[${lib.concatStringsSep "," options}]"; LC_ALL = "C.UTF-8"; LANG = if stdenv.isLinux then "C.UTF-8" else "C"; LC_CTYPE = if stdenv.isLinux then "C.UTF-8" else "UTF-8"; # add to ERL_LIBS so other modules can find at runtime. # http://erlang.org/doc/man/code.html#code-path Loading pkgs/development/beam-modules/mix-release.nix +2 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,8 @@ stdenv.mkDerivation ( in "[${lib.concatStringsSep "," options}]"; LC_ALL = "C.UTF-8"; LANG = if stdenv.isLinux then "C.UTF-8" else "C"; LC_CTYPE = if stdenv.isLinux then "C.UTF-8" else "UTF-8"; postUnpack = '' Loading Loading
pkgs/development/beam-modules/build-mix.nix +2 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,8 @@ let in "[${lib.concatStringsSep "," options}]"; LC_ALL = "C.UTF-8"; LANG = if stdenv.isLinux then "C.UTF-8" else "C"; LC_CTYPE = if stdenv.isLinux then "C.UTF-8" else "UTF-8"; # add to ERL_LIBS so other modules can find at runtime. # http://erlang.org/doc/man/code.html#code-path Loading
pkgs/development/beam-modules/mix-release.nix +2 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,8 @@ stdenv.mkDerivation ( in "[${lib.concatStringsSep "," options}]"; LC_ALL = "C.UTF-8"; LANG = if stdenv.isLinux then "C.UTF-8" else "C"; LC_CTYPE = if stdenv.isLinux then "C.UTF-8" else "UTF-8"; postUnpack = '' Loading