about summary refs log tree commit diff
path: root/pkgs/development/interpreters/erlang
Commit message (Collapse)AuthorAge
* erlang: disable parallel buildingIvan Kozik2018-12-08
| | | | | | | | | | This fixes build errors like GEN asn1ct_eval_ext.erl {"init terminating in do_boot",{undef,[{asn1ct_func,start_link,[],[]},{prepare_templates,gen_asn1ct_eval,1,[{file,"prepare_templates.erl"},{line,58}]},{init,start_em,1,[]},{init,do_boot,3,[]}]}} init terminating in do_boot ({undef,[{asn1ct_func,start_link,[],[]},{prepare_templates,gen_asn1ct_eval,1,[{_},{_}]},{init,start_em,1,[]},{init,do_boot,3,[]}]}) that occur on some machines but not others.
* erlangR21: 21.1.2 -> 21.1.3Jean-Philippe Cugnet2018-11-24
|
* erlang: remove aarch64 from platformsTimo Kaufmann2018-11-18
| | | | The build is failing.
* erlangR21: 21.1.1 -> 21.1.2Jean-Philippe Cugnet2018-11-16
|
* erlangR21: 21.0 -> 21.1.1 (#47371)Jean-Philippe Cugnet2018-10-16
| | | | | * erlangR21: 21.0 -> 21.1 * erlangR21: 21.1 -> 21.1.1
* erlang: temporarily disable wxSupport on darwinDaiderd Jordan2018-10-10
| | | | Workaround for #48065
* Merge pull request #47367 from ejpcmac/update-erlangR19Sarah Brofeldt2018-09-27
|\ | | | | erlangR19: 19.3.6.6 -> 19.3.6.11
| * erlangR19: 19.3.6.6 -> 19.3.6.11Jean-Philippe Cugnet2018-09-25
| |
* | erlangR20: 20.3.8 -> 20.3.8.9Jean-Philippe Cugnet2018-09-25
|/
* erlangR18: apply upstream patches to fix nondeterministic build failures ↵Andrew Dunham2018-09-23
| | | | | | | | (#47202) As per the following bug report, sometimes erts/start_scripts will fail to compile because of a Makefile ordering issue. Apply the upstream patches to fix this. https://bugs.erlang.org/browse/ERL-241
* Merge pull request #43812 from binarin/epmd-systemd-prPeter Hoeg2018-09-17
|\ | | | | epmd: Introduce erlang port mapper daemon service
| * erlang: Build with systemd supportAlexey Lebedeff2018-07-19
| | | | | | | | | | | | | | | | | | | | | | | | That way 'epmd' can be started by systemd using socket activation. This is important to have when there is more than one Erlang system used on the same host. Support for this exists since 17.0: https://github.com/erlang/otp/commit/b7c95eabf6017ddb352fb8ce2b3749af108ebf29 Configure flag was added in 17.1: https://github.com/erlang/otp/commit/12cd5e5b394623fab9907622ad99163c5b9350e1
* | erlang: Enable parallel buildingJean-Philippe Cugnet2018-08-22
| |
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/
* erlangR21: init at 21.0Daniel Goertzen2018-06-21
|
* erlangR20: 20.3.2 -> 20.3.8 (#42170)Eric Bailey2018-06-18
|
* update erlangR20 from 20.3.1 to 20.3.2Jonathan C. Otsuka2018-04-09
|
* Merge pull request #37580 from dtzWill/update/erlangsDaiderd Jordan2018-03-25
|\ | | | | erlang R18-20: updates
| * erlang R18-20: updatesWill Dietz2018-03-21
| |
* | erlang: Change order of commands in `postPach` and `postInstall`.Moritz Ulrich2018-03-23
|/ | | | | | | | | | | Erlang's generic-builder isn't using the right /bin/sh in some situations, causing build errors either in the erlang build itself or in derivations depending on it. This patch runs `patchShebangs make/` before running the rest of the `postPatch` phase, hopefully using the right shell early enough. This might be a solution for #36853, #36823 and #37638.
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* stdenv: Kill off ensureDiradisbladis2018-01-09
|
* Merge pull request #26805 from obsidiansystems/cross-elegantJohn Ericson2017-12-30
|\ | | | | Make cross compilation elegant
| * treewide: Don't use envHook anymoreJohn Ericson2017-12-30
| | | | | | | | | | This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
* | erlang: 20.1.7 -> 20.2.2Justin Wood2017-12-19
|/
* erlangR17: removed outdated & unused versionAndreas Rammhold2017-12-08
| | | | | erlangR17 doesn't receive any upstream updates anymore and none of our packages depend on it.
* erlang_basho_R16B02: OTP_16B02_basho8 -> OTP_16B02_basho10Andreas Rammhold2017-12-08
| | | | Also renamed the file since it is no longer version 8.
* erlang: removed R16.nix, was a leftover from #32443Andreas Rammhold2017-12-08
|
* R16B02-8-basho: mark insecureDaiderd Jordan2017-12-08
|
* erlangR17: mark insecureDaiderd Jordan2017-12-08
|
* erlangR18: 18.3.4.4 -> 18.3.4.7 (fixes CVE-2017-1000385)Andreas Rammhold2017-12-08
|
* erlangR19: 19.3 -> 19.3.6.4 (fixes CVE-2017-1000385)Andreas Rammhold2017-12-08
|
* erlangR20: 20.1 -> 20.1.7 (fixes CVE-2017-1000385)Andreas Rammhold2017-12-08
|
* erlangR18: fix patch hashes with fetchpatchOrivej Desh2017-11-17
|
* erlang: 20.0 -> 20.1Jonathan C. Otsuka2017-11-07
|
* erlang: fix ssl on darwinDaiderd Jordan2017-10-14
|
* misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sedJohn Ericson2017-09-21
| | | | | Importantly, this included regenerating pkgs/servers/x11/xorg, to clobber the old sed.
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* erlang: remove explicit gcc dependencyDaiderd Jordan2017-08-03
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* erlangR20: initMatthew Daiter2017-06-23
|
* erlang: move erlang_basho_R16B02 to Erlang's general builder.Gleb Peregud2017-06-11
|
* erlang: Generalize Erlang/OTP derivations.Gleb Peregud2017-06-08
| | | | Switch official Erlang versions to use a common builder.
* erlangR14: delete unreferenced ancient fileDan Peebles2017-03-19
|
* erlang: patch all versions to work with clang 4Dan Peebles2017-03-19
|
* erlangR19: update maintainersEric Bailey2017-03-18
| | | | | | | Use the list of direct committers: https://github.com/NixOS/nixpkgs/commits/master/pkgs/development/interpreters/erlang/R19.nix Originally, I just copied and pasted from R18.nix, I think.
* erlangR19: 19.2.3 -> 19.3Eric Bailey2017-03-18
|
* erlangR19: 19.2 -> 19.2.3Eric Bailey2017-03-01
| | | | | | | This fixes dialyzer for me. - http://erlang.org/pipermail/erlang-bugs/2017-January/005213.html - https://github.com/erlang/otp/commit/e27119948fc6ab28bea81019720bddaac5b655a7
* erlangR19: 19.1.6 -> 19.2Eric Bailey2017-01-11
| | | | Include sw_vers patch as discussed on #21775.
* erlang_basho_R16: add explicit Carbon and Cocoa supportMatthew Daiter2016-12-15
|