Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 050fa697cc40
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 18d2119aeb33
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 4, 2017

  1. elixir: Fix locale problem on NixOS

    It looks like Erlang/OTP requires access to LOCALE_ARCHIVE for locales to correctly work. Elixir depends on this here:
    https://github.com/elixir-lang/elixir/blob/7a556b8f26f42f6b7510dc1d2351564d91ab746c/lib/elixir/src/elixir.erl#L76
    
    Fixes #30047
    gleber committed Oct 4, 2017
    Copy the full SHA
    558db53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30064 from gleber/patch-2

    elixir: Fix locale problem on NixOS
    LnL7 committed Oct 4, 2017
    Copy the full SHA
    18d2119 View commit details
    Browse the repository at this point in the history