Commit graph

243 commits

Author SHA1 Message Date
Shane Sveller 7a7b0862db erlang_26: init
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-19 14:13:37 -04:00
R. Ryantm dca5532206 erlang_25: 25.3.1 -> 25.3.2 2023-05-07 05:14:19 -04:00
R. Ryantm 974ad83f91 erlang_24: 24.3.4.10 -> 24.3.4.11 2023-05-03 20:31:21 -04:00
R. Ryantm fa55ec227c erlang_javac: 25.3 -> 25.3.1 2023-04-29 15:55:25 -04:00
R. Ryantm 160d82edc1 erlang_24: 24.3.4.9 -> 24.3.4.10 2023-03-29 19:45:47 -04:00
superherointj 3b24ddfc6b erlang_22: remove 2023-03-21 21:51:15 -03:00
superherointj 0768a2e927 erlang_21: remove 2023-03-21 20:26:15 -03:00
superherointj 441cbfcfd2 erlang: normalize version name 2023-03-21 16:12:05 -04:00
R. Ryantm 031600bf15 erlangR25: 25.2.3 -> 25.3 2023-03-09 07:34:07 -05:00
R. Ryantm b093ec0554 erlangR24: 24.3.4.8 -> 24.3.4.9 2023-03-05 06:16:18 -05:00
R. Ryantm c79e326a59 erlang: 25.2.2 -> 25.2.3 2023-02-18 01:34:50 -05:00
R. Ryantm 245bee6ef5 erlang: 25.2.1 -> 25.2.2 2023-02-01 08:33:56 -05:00
Adam Joseph 42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
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-22 00:27:19 -08:00
R. Ryantm c4961615c7 erlang: 24.3.4.7 -> 24.3.4.8 2023-01-20 15:03:17 -05:00
R. Ryantm 90fb934fec erlangR25: 25.2 -> 25.2.1 2023-01-19 16:50:30 -05:00
R. Ryantm 57dbff4228 erlang_odbc: 24.3.4.6 -> 24.3.4.7 2022-12-27 23:48:39 -05:00
R. Ryantm d9c3fbfcdc erlangR25: 25.1.2 -> 25.2 2022-12-24 07:50:37 -05:00
R. Ryantm 3f6ffe5977 erlangR23: 23.3.4.17 -> 23.3.4.18 2022-12-22 13:16:28 -05:00
R. Ryantm 78317d420d erlangR24: 24.3.4.5 -> 24.3.4.6 2022-12-22 11:22:00 -05:00
superherointj 2787fc7d1e erlang: fix build 2022-12-08 08:59:40 -05:00
Weijia Wang 166db6ef4b erlang: don't relink escript on darwin 2022-12-07 21:13:02 -05:00
Dany Marcoux 0c88d9b773 erlang: Add escript to $PATH
Closes #204781
2022-12-07 09:43:04 -05:00
Weijia Wang 62b8fc7725 erlangR24: fix build on x86_64-darwin 2022-11-25 11:04:00 -05:00
Weijia Wang d72bcc2bc9 erlang: wxmac -> wxGTK 2022-11-14 18:24:54 -05:00
Shane Sveller 9014fb790d
erlang: 25.1 -> 25.1.2
https://www.erlang.org/patches/otp-25.1.1
https://www.erlang.org/patches/otp-25.1.2
2022-11-06 09:57:37 -06:00
Robert Scott 3b5295131d erlangR22: mark with knownVulnerabilities CVE-2022-37026 2022-10-01 09:00:26 +09:00
Robert Scott 9629d42c78 erlangR21: mark with knownVulnerabilities CVE-2022-37026 2022-10-01 09:00:26 +09:00
Robert Scott fb091a487d erlangR23: 23.3.4.10 -> 23.3.4.17 2022-10-01 09:00:26 +09:00
Robert Scott 56f026b029 erlangR24: 24.2 -> 24.3.4.5 2022-10-01 09:00:26 +09:00
cw789 90893c68f2 erlang: remove undesired nix-prefetch comments 2022-09-21 13:15:35 +02:00
cw789 90c8fcab1d erlang: 25.0.3 -> 25.1 2022-09-21 13:14:51 +02:00
Shane Sveller bfae31c89d erlang: 25.0.2 -> 25.0.3
https://www.erlang.org/patches/otp-25.0.3
2022-07-16 17:44:44 +02:00
Shane Sveller e6349895cf erlang: 25.0 -> 25.0.2
https://www.erlang.org/patches/otp-25.0.1
https://www.erlang.org/patches/otp-25.0.2
2022-07-16 17:44:44 +02:00
Thomas Depierre fb9aa8ce61 erlang: remove r16-basho 2022-06-27 12:52:20 -04:00
David 8581c7e4d1 erlangR25: fix version 2022-05-20 16:13:35 +02:00
David Leslie 814537f297
erlangR25: init at 25.0 (#173674) 2022-05-20 06:17:16 -04:00
José Romildo ba59355e81 gitUpdater: init
- 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-02-21 13:01:49 -03:00
David Leslie bc1e6f6784
erlang: 24.2, 23.3.4.10, 22.3.4.24 (#153709)
* erlangR22: 22.3.4.20 -> 22.3.4.24

* erlangR23: 23.3.4.5 -> 23.3.4.10

* erlang: 24.1.7 -> 24.2
2022-01-13 20:20:01 +09:00
Raphael Megzari 106286b498
erlang: 24.1.6 -> 24.1.7 (#146999) 2021-11-23 10:36:13 +09:00
Raphael Megzari 866f134dbd
erlang: 24.1.5 -> 24.1.6 (#146496) 2021-11-19 04:12:34 +09:00
Raphael Megzari 8ea3df51cd
erlang: 24.1.4 -> 24.1.5 (#145530) 2021-11-19 01:14:52 +09:00
happysalada f45b47d972 erlang: 24.1.3 -> 24.1.4 2021-11-04 18:16:01 +09:00
happysalada 0da514bc82 erlang: 24.1.2 -> 24.1.3 2021-10-27 16:29:54 +09:00
happysalada b413827ba0 erlang: 24.1.1 -> 24.1.2 2021-10-05 18:25:26 +09:00
happysalada 0d9299b6a7 erlang: 24.0.6 -> 24.1.1 2021-10-02 23:23:13 +09:00
happysalada 1cbb0feae5 erlang: fix nix-env version confusion 2021-09-27 20:39:30 +09:00
David 98bfb51d00 erlang: make systemd optional, add pkgs.beam_minimal 2021-09-11 23:11:17 +09:00
happysalada c0d3098932 erlangR24: 24.0.5 -> 24.0.6 2021-09-04 07:20:23 +09:00
R. RyanTM 088b985a71 erlang: 24.0.4 -> 24.0.5 2021-07-31 17:39:32 +09:00
R. RyanTM d3483140b2 erlangR23: 23.3.4.4 -> 23.3.4.5 2021-07-25 17:45:40 +09:00