about summary refs log tree commit diff
path: root/pkgs/development/interpreters/erlang
AgeCommit message (Collapse)AuthorFilesLines
2023-07-18erlang_25: 25.3.2.3 -> 25.3.2.4R. Ryantm1-2/+2
2023-06-30erlang_odbc: 25.3.2.2 -> 25.3.2.3R. Ryantm1-2/+2
2023-06-30Merge pull request #240711 from meppu/erlang_26Weijia Wang1-2/+2
erlang_26: 26.0.1 -> 26.0.2
2023-06-30erlang_26: 26.0.1 -> 26.0.2meppu1-2/+2
2023-06-30erlang_24: 24.3.4.12 -> 24.3.4.13R. Ryantm1-2/+2
2023-06-26erlang_26: 26.0 -> 26.0.1R. Ryantm1-2/+2
2023-06-09erlang_odbc: 25.3.2.1 -> 25.3.2.2R. Ryantm1-2/+2
2023-05-31erlang_24: 24.3.4.11 -> 24.3.4.12R. Ryantm1-2/+2
2023-05-30erlang_odbc_javac: 25.3.2 -> 25.3.2.1R. Ryantm1-2/+2
2023-05-19erlang_26: initShane Sveller1-0/+7
https://www.erlang.org/blog/otp-26-highlights/ https://www.erlang.org/patches/otp-26.0 https://www.erlang.org/doc/apps/erts/notes.html#erts-14.0
2023-05-07erlang_25: 25.3.1 -> 25.3.2R. Ryantm1-2/+2
2023-05-03erlang_24: 24.3.4.10 -> 24.3.4.11R. Ryantm1-2/+2
2023-04-29erlang_javac: 25.3 -> 25.3.1R. Ryantm1-2/+2
2023-03-29erlang_24: 24.3.4.9 -> 24.3.4.10R. Ryantm1-2/+2
2023-03-21erlang_22: removesuperherointj1-7/+0
2023-03-21erlang_21: removesuperherointj1-7/+0
2023-03-21erlang: normalize version namesuperherointj6-1/+1
2023-03-09erlangR25: 25.2.3 -> 25.3R. Ryantm1-2/+2
2023-03-05erlangR24: 24.3.4.8 -> 24.3.4.9R. Ryantm1-2/+2
2023-02-18erlang: 25.2.2 -> 25.2.3R. Ryantm1-2/+2
2023-02-01erlang: 25.2.1 -> 25.2.2R. Ryantm1-2/+2
2023-01-22treewide: systemdSupport: use lib.meta.availableOnAdam Joseph1-1/+1
Many packages have some kind of flag indicating whether or not to build with systemd support. Most of these default to `stdenv.isLinux`, but systemd does not build on (and is marked `broken` for) `isStatic`. Only a few packages have the needed `&& !isStatic` in the default value for their parameter. This commit moves the logic for the default value of these flags into `systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using `lib.meta.availableOn`. This provides three benefits: 1. The default values are set correctly (i.e. including `&& isStatic`) 2. The default values are set consistently 3. The way is paved for any future non-Linux systemd platforms (FreeBSD is reported to have experimental systemd support)
2023-01-20erlang: 24.3.4.7 -> 24.3.4.8R. Ryantm1-2/+2
2023-01-19erlangR25: 25.2 -> 25.2.1R. Ryantm1-2/+2
2022-12-27erlang_odbc: 24.3.4.6 -> 24.3.4.7R. Ryantm1-2/+2
2022-12-24erlangR25: 25.1.2 -> 25.2R. Ryantm1-2/+2
2022-12-22erlangR23: 23.3.4.17 -> 23.3.4.18R. Ryantm1-2/+2
2022-12-22erlangR24: 24.3.4.5 -> 24.3.4.6R. Ryantm1-2/+2
2022-12-08erlang: fix buildsuperherointj1-3/+0
2022-12-07erlang: don't relink escript on darwinWeijia Wang1-0/+2
2022-12-07erlang: Add escript to $PATHDany Marcoux1-0/+1
Closes #204781
2022-11-25erlangR24: fix build on x86_64-darwinWeijia Wang1-0/+2
2022-11-14erlang: wxmac -> wxGTKWeijia Wang1-3/+2
2022-11-06erlang: 25.1 -> 25.1.2Shane Sveller1-2/+2
https://www.erlang.org/patches/otp-25.1.1 https://www.erlang.org/patches/otp-25.1.2
2022-10-01erlangR22: mark with knownVulnerabilities CVE-2022-37026Robert Scott1-0/+1
2022-10-01erlangR21: mark with knownVulnerabilities CVE-2022-37026Robert Scott1-0/+1
2022-10-01erlangR23: 23.3.4.10 -> 23.3.4.17Robert Scott1-2/+2
2022-10-01erlangR24: 24.2 -> 24.3.4.5Robert Scott1-2/+2
2022-09-21erlang: remove undesired nix-prefetch commentscw7894-8/+0
2022-09-21erlang: 25.0.3 -> 25.1cw7891-2/+2
2022-07-16erlang: 25.0.2 -> 25.0.3Shane Sveller1-2/+2
https://www.erlang.org/patches/otp-25.0.3
2022-07-16erlang: 25.0 -> 25.0.2Shane Sveller1-2/+2
https://www.erlang.org/patches/otp-25.0.1 https://www.erlang.org/patches/otp-25.0.2
2022-06-27erlang: remove r16-bashoThomas Depierre1-65/+0
2022-05-20erlangR25: fix versionDavid1-2/+2
2022-05-20erlangR25: init at 25.0 (#173674)David Leslie1-0/+8
2022-02-21gitUpdater: initJosé Romildo1-1/+1
- 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'
2022-01-13erlang: 24.2, 23.3.4.10, 22.3.4.24 (#153709)David Leslie3-6/+6
* erlangR22: 22.3.4.20 -> 22.3.4.24 * erlangR23: 23.3.4.5 -> 23.3.4.10 * erlang: 24.1.7 -> 24.2
2021-11-23erlang: 24.1.6 -> 24.1.7 (#146999)Raphael Megzari1-2/+2
2021-11-19erlang: 24.1.5 -> 24.1.6 (#146496)Raphael Megzari1-2/+2
2021-11-19erlang: 24.1.4 -> 24.1.5 (#145530)Raphael Megzari1-2/+2