nixpkgs/pkgs/development
Sergei Maximov 2a9336b426 elixir-ls: build LS using the same Elixir version that is used to run LS
The Elixir LS package in Nixpkgs by default used the latest Elixir
version available to compile and run Elixir LS. The user can build
a custom Elixir LS package with a different Elixir version:

    my-custom-elixir-ls = pkgs.elixir-ls.override {
      elixir = my-custom-elixir;
    };

But by doing so the user changes only the Elixir version used to
run Elixir LS; the Elixir version used to compile Elixir LS doesn't
change. As the result, the custom Elixir LS package uses a different
Elixir version at runtime than the Elixir version it was compiled with.

In order to be able to modify the Elixir version used at build time,
I changed `mixRelease` and `fetchMixDeps` to accept `elixir` and
`hex` as parameters (defaults to the latest Elixir and Hex packages).
2021-11-03 08:46:46 +09:00
..
androidndk-pkgs
beam-modules elixir-ls: build LS using the same Elixir version that is used to run LS 2021-11-03 08:46:46 +09:00
bower-modules/generic
chez-modules
compilers Merge pull request #144219 from mweinelt/firefox 2021-11-02 23:31:13 +01:00
coq-modules coqPackages.coqeal: master, add dependency 2021-11-02 11:36:09 +01:00
dhall-modules
dotnet-modules
em-modules/generic
embedded openocd: libgpiod is supported only on linux (#143652) 2021-10-29 16:12:53 +02:00
gnuradio-modules
go-modules
go-packages
guile-modules
haskell-modules
idris-modules
interpreters Merge master into staging-next 2021-11-01 00:01:32 +00:00
java-modules
libraries Merge pull request #144219 from mweinelt/firefox 2021-11-02 23:31:13 +01:00
lisp-modules
lua-modules
misc
mobile
nim-packages
node-packages nodePackages: update 2021-11-02 01:32:02 +08:00
ocaml-modules ocamlPackages.piaf: init 0.1.0 2021-11-02 17:03:32 +01:00
octave-modules
perl-modules
pharo
php-packages
pure-modules
python-modules Merge pull request #143206 from r-ryantm/auto-update/intensity-normalization 2021-11-02 14:41:33 -07:00
quickemu
r-modules rPackages: fix builds requiring gsl 2021-11-01 19:39:52 +11:00
ruby-modules rbenv: 1.1.2 -> 1.2.0 2021-10-29 01:13:11 +00:00
scheme-modules/scheme-bytestructures
tools Merge pull request #143429 from r-ryantm/auto-update/sqlx-cli 2021-11-02 15:36:09 -07:00
web Merge master into staging-next 2021-10-31 00:01:33 +00:00