about summary refs log tree commit diff
path: root/pkgs/development/beam-modules
AgeCommit message (Collapse)AuthorFilesLines
2021-04-23beamPackages.hex: 0.21.1 -> 0.21.2 (#120178)Chris Wögi1-2/+2
2021-04-23elixir_ls: fix_build (#120296)Raphael Megzari1-1/+1
2021-04-22hex: 0.20.5 -> 0.21.1 (#118941)Andrew Fontaine1-2/+2
2021-04-19beam-packages: init elixir_ls 0.7.0 (#118950)Raphael Megzari2-0/+73
2021-04-08beam-modules: buildMix -> mixReleasehappysalada5-222/+135
2021-04-03beam-modules: remove unused pc versioninghappysalada1-2/+1
2021-04-02beam-modules: format with nixpkgs-fmthappysalada1-67/+68
2021-02-08Merge pull request #107440 from happysalada/add_fetch_mixJörg Thalheim2-0/+41
2021-02-01use lib only where requiredhappysalada1-9/+5
use standard phases
2021-02-01use correct commands to set local rebar and rebar3happysalada1-5/+8
2021-02-01remove exporting of .hexhappysalada1-1/+1
2021-02-01add git dependencyhappysalada1-2/+2
2021-02-01beam-modules: add fetch-mix-depshappysalada2-0/+42
2021-01-25treewide: remove stdenv where not neededPavol Rusnak3-3/+3
2021-01-24beamPackages: use callPackagesWith from nixpkgs libMilan Pässler1-1/+1
2f78ee7e816ae39f86bae2e6c61b2d14d3fe3ff4 accidentally changed this from (nixpkgs) stdenv.lib to (beam-modules) lib', which broke things. This changes it back to (nixpkgs) lib.
2021-01-24beamPackages: add missing lib where needed (#110708)Pavol Rusnak4-4/+4
changes in 2f78ee7 missed some places where lib had to be added
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth2-7/+7
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24pkgs/development: stdenv.lib -> libBen Siraphob13-34/+34
2021-01-16treewide: fix double quoted strings in meta.descriptionBen Siraphob1-1/+1
2020-11-24Merge pull request #97984 from berbiche/erlang-mk-flagsTimo Kaufmann1-2/+7
build-erlang-mk: add support for buildFlags, preserve buildInputs
2020-10-07elixir_1_11: init at 1.11.0marco1-1/+6
Set elixir_1_11 as default elixir version.
2020-09-15build-erlang-mk: preserve passed buildInputsNicolas Berbiche1-1/+1
2020-09-15build-erlang-mk: add support for buildFlagsNicolas Berbiche1-1/+6
2020-09-24elixir_1_6: removecw1-9/+4
Additionally removed the now obsolete rebar build dependency for elixir.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly3-3/+3
2020-02-24Merge pull request #79203 from cw789/hex_updateYegor Timoshenko1-5/+5
beamPackages.hex: 0.20.1 -> 0.20.5
2020-02-24beamPackages.hex: 0.20.1 -> 0.20.5cw1-5/+5
2020-02-10lfe: 1.2.1 -> 1.3Eric Bailey1-1/+2
Add patches to the builder expression, and add those necessary for 1.3.
2020-01-27elixir_1_10: init at 1.10.0cw1-7/+7
Set elixir_1_10 as default elixir version. Removed elixir_1_5 as support has faded out now.
2019-12-30treewide: installFlags is a listRobin Gloster1-1/+1
2019-11-17beam-modules/hex-snapshot: removeThomas Depierre5-37793/+5
The package set is not maintained. It is also not used by most of the BEAM community. Removing it to allow a more useful set of tools fit to the BEAM community in Nixpkgs.
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-08-28treewide: remove redundant recvolth2-2/+2
2019-07-19Merge pull request #64803 from serokell/elixir19Daiderd Jordan1-1/+1
elixir: default 1.7.4 -> 1.9.0
2019-07-16build-mix: partially revert nixpkgs#25655Yorick van Pelt1-1/+1
2019-07-15elixir: default 1.7.4 -> 1.9.0Yorick van Pelt1-1/+1
2019-07-03Merge pull request #63606 from cw789/masterDaiderd Jordan1-5/+5
elixir_1_9: init at 1.9.0
2019-07-03beamPackages.hex: 0.17.1 -> 0.19.0Peter Romfeld1-2/+2
2019-06-21elixir_1_9: init at 1.9.0-rc.0cw1-5/+5
2019-06-16treewide: remove unused variables (#63177)volth2-5/+4
* treewide: remove unused variables * making ofborg happy
2019-04-18buildMix: fix bootstrapping packages with hyphens in versionPaul Tsupikoff1-1/+1
I'm using `buildMix` to build a package, which has a dependency with a hyphen in its version: `dialyxir-1.0.0-rc6`. Due to `mix-bootstrap` using `string:tokens` the dependency ends up in `_build/prod/lib/dyalyxir1.0.0rc6` instead of `_build/prod/lib/dialyxir`. Here I'm fixing it to use `string:split`, which splits by first hyphen only, and returns an array with no more than two elements.
2019-02-25Merge pull request #25655 from elitak/beamRyan Mulligan1-1/+2
buildRebar3 and buildMix depend less on hex registry
2019-02-06rebar3: 3.6.1 -> 3.9.0k323-25/+122
Remove hermetic patch (make it compatible with the upstream) (Mostly) eliminate the need for hex package registry
2019-01-05elixir: link to compatibility tableJörg Thalheim1-0/+3
2019-01-05elixir_1_3: Remove since it is not supported anymoreJean-Philippe Cugnet1-5/+0
2019-01-03elixir_1_8: init at 1.8.0-rc.1Jean-Philippe Cugnet1-0/+5
2018-11-06hex: correct version handlingPatrick Hilhorst1-3/+3
2018-11-06treewide: use unstable-date instead of hash as versionPatrick Hilhorst1-2/+2
2018-08-27elixir: 1.6.6 -> 1.7.3Jean-Philippe Cugnet1-1/+1
2018-07-25elixir: init 1.7.0Daiderd Jordan1-12/+17