summary refs log tree commit diff
path: root/pkgs/development/interpreters/erlang
Commit message (Collapse)AuthorAge
* gitUpdater: initJosé Romildo2022-02-21
| | | | | | | - Add the 'gitUpdater' helper function to update git based packages, using the 'genericUpdater' function. - Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts. - Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
* erlang: 24.2, 23.3.4.10, 22.3.4.24 (#153709)David Leslie2022-01-13
| | | | | | | * erlangR22: 22.3.4.20 -> 22.3.4.24 * erlangR23: 23.3.4.5 -> 23.3.4.10 * erlang: 24.1.7 -> 24.2
* erlang: 24.1.6 -> 24.1.7 (#146999)Raphael Megzari2021-11-23
|
* erlang: 24.1.5 -> 24.1.6 (#146496)Raphael Megzari2021-11-19
|
* erlang: 24.1.4 -> 24.1.5 (#145530)Raphael Megzari2021-11-19
|
* erlang: 24.1.3 -> 24.1.4happysalada2021-11-04
|
* erlang: 24.1.2 -> 24.1.3happysalada2021-10-27
|
* erlang: 24.1.1 -> 24.1.2happysalada2021-10-05
|
* erlang: 24.0.6 -> 24.1.1happysalada2021-10-02
|
* erlang: fix nix-env version confusionhappysalada2021-09-27
|
* erlang: make systemd optional, add `pkgs.beam_minimal`David2021-09-11
|
* erlangR24: 24.0.5 -> 24.0.6happysalada2021-09-04
|
* erlang: 24.0.4 -> 24.0.5R. RyanTM2021-07-31
|
* erlangR23: 23.3.4.4 -> 23.3.4.5R. RyanTM2021-07-25
|
* erlang: 24.0.3 -> 24.0.4R. RyanTM2021-07-24
|
* erlang: 24.0.2 -> 24.0.3R. RyanTM2021-07-04
|
* erlangR23: 23.3.4.3 -> 23.3.4.4R. RyanTM2021-06-21
|
* erlangR22: 22.3.4.19 -> 22.3.4.20R. RyanTM2021-06-19
|
* erlangR23: 23.3.4.2 -> 23.3.4.3R. RyanTM2021-06-16
|
* erlang: remove unused setup hookhappysalada2021-06-07
|
* erlangR21: 21.3.8.23 -> 21.3.8.24R. RyanTM2021-06-06
|
* beam: nixpkgs-fmthappysalada2021-06-03
|
* erlangR23: 23.3.4.1 -> 23.3.4.2R. RyanTM2021-06-03
|
* erlang: 24.0.1 -> 24.0.2R. RyanTM2021-06-02
|
* erlangR24: 24.0 -> 24.0.1R. RyanTM2021-05-29
|
* beam-packages: drop erlang R18 R19 R20 and cuterThomas Depierre2021-05-25
|
* erlangR22: 22.3.4.17 -> 22.3.4.19R. RyanTM2021-05-24
|
* erlang: 23.3.4 -> 23.3.4.1R. RyanTM2021-05-23
|
* erlangR21: 21.3.8.22 -> 21.3.8.23R. RyanTM2021-05-17
|
* erlang: 23.3.2 -> 23.3.4happysalada2021-05-14
|
* ErlangR24: init at 24.0Justin Wood2021-05-13
| | | | | | | | | Update configure options The configure script now needs to be told about the headers and the actual lib files separately. Remove extra whitespace
* erlang: 23.3.1 -> 23.3.2R. RyanTM2021-04-28
|
* erlang: add updateScript and update versions (#118831)David Leslie2021-04-12
| | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* erlangR23: 23.2.6 -> 23.3.1David2021-04-05
|
* erlangR23, erlangR22, erlangR21: remove obsolete substituteInPlaceIvan Babrou2021-03-03
|
* erlang: add missing WebKit framework on darwinIvan Babrou2021-02-28
| | | | | | | | | | Fixing the following error: ``` LD ../priv/x86_64-apple-darwin20.3.0/wxe_driver.so ld: file not found: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit for architecture x86_64 clang-7: error: linker command failed with exit code 1 (use -v to see invocation) ```
* erlang: add missing AGL framework for aarch64-darwinIvan Babrou2021-02-28
| | | | | | | | | | | Preventing this: ``` LD ../priv/aarch64-apple-darwin20.3.0/wxe_driver.so ld: file not found: /System/Library/Frameworks/AGL.framework/Versions/A/AGL for architecture arm64 clang-11: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [Makefile:176: ../priv/aarch64-apple-darwin20.3.0/wxe_driver.so] Error 1 ```
* erlangR21: 21.3.8.3 -> 21.3.8.21Ivan Babrou2021-02-28
|
* erlangR22: 22.3 -> 22.3.4.16Ivan Babrou2021-02-28
|
* erlangR23: 23.1.4 -> 23.2.6Ivan Babrou2021-02-28
|
* Merge pull request #112989 from happysalada/allow_erlang_openssl_overrideJörg Thalheim2021-02-17
|\
| * Update pkgs/development/interpreters/erlang/generic-builder.nixRaphael Megzari2021-02-16
| | | | | | Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
| * erlang: allow openssl overridehappysalada2021-02-14
| |
* | erlang: update jdk to ltshappysalada2021-02-14
|/
* Merge pull request #107394 from yorickvP/beam-noxJörg Thalheim2021-02-13
|\
| * beam-packages: remove wxSupport from bootstrap argumentsYorick2021-01-31
| | | | | | | | Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
| * beam-packages: move wxSupport arg up to package set, add beam_noxYorick van Pelt2021-01-24
| | | | | | | | | | This allows us to override the erlang wxSupport argument globally from an overlay, fixing builds for e.g. rabbitmq with noXlibs set.
* | maintainers/teams: add beam teamEric Bailey2021-02-07
|/
* pkgs/development/interpreters: stdenv.lib -> libBen Siraphob2021-01-23
|
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.