summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/elixir/generic-builder.nix
AgeCommit message (Collapse)Author
2021-05-24elixir: remove unused setup hookhappysalada
2021-05-24elixir: format: group inherithappysalada
2021-05-24elixir: nixpkgs-fmthappysalada
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob
2021-02-09elixir: remove hardcoded certificate path for curlDay Fisher
The hardcoded CURL_CA_BUNDLE path does not exist on MacOS, which causes all curl calls (e.g. in build scripts) to fail. This commit removes that environment variable, causing curl fall back to NIX_SSL_CERT_FILE instead.
2021-02-07maintainers/teams: add beam teamEric Bailey
2021-01-23pkgs/development/interpreters: stdenv.lib -> libBen Siraphob
2020-11-17maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko
2020-09-24elixir_1_6: removecw
Additionally removed the now obsolete rebar build dependency for elixir.
2020-05-09treewide: remove the-kenny from maintainersJörg Thalheim
@the-kenny did a good job in the past and is set as maintainer in many package, however since 2017-2018 he stopped contributing. To create less confusion in pull requests when people try to request his feedback, I removed him as maintainer from all packages.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-02-10elixir: add filalex77 to maintainersOleksii Filonenko
2019-12-30treewide: fix *FlagsRobin Gloster
2019-06-21elixir: remove obosolete glibcLocalescw
As C.UTF-8 is available now.
2019-01-29elixir: remember where a package is definedGraham Christensen
A bunch of human-facing things around Nixpkgs depend on knowing where a package was defined. This PR makes it so ofborg can ping elixir maintainers.
2018-08-04elixir: fix 1.7 build on linuxDaiderd Jordan
2018-07-25elixir: init 1.7.0Daiderd Jordan
2017-10-04elixir: Fix locale problem on NixOSGleb Peregud
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
2017-08-09elixir: 1.5.0 -> 1.5.1Andrey Pavlov
Also homepage URL is updated
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-07-08Fix quoting in Elixir generic builderJustin Wood
2017-06-26Make assertion for OTP version in the generic elixir builderJustin Wood
Changed Elixir 1.5 to include the fact it is an rc release
2017-06-26Generalize building of Elixir interpreterJustin Wood