Commit Graph

8275 Commits

Author SHA1 Message Date
Yureka
1d3c3d4f5b python: simplify ABI name detection 2023-10-09 15:12:20 +00:00
Mario Rodas
f39d760682
Merge pull request #259842 from marsam/update-luau
luau: 0.596 -> 0.598
2023-10-08 17:09:27 -05:00
stuebinm
0fc6faf92b hugs: fix meta.mainProgram
this allos lib.getExe to work as expected, e.g. in uses of `nix run ...`
(currently it fails since the binary is `hugs`, but the package `hugs98`)
2023-10-08 23:55:19 +02:00
Mario Rodas
86ff5718bd luau: 0.596 -> 0.598
Diff: https://github.com/Roblox/luau/compare/0.596...0.598

Changelog: https://github.com/Roblox/luau/releases/tag/0.598
2023-10-08 04:20:00 +00:00
Nick Cao
bad8fbc216
Merge pull request #259225 from r-ryantm/auto-update/wasmer
wasmer: 4.2.0 -> 4.2.1
2023-10-05 15:09:05 -04:00
Artturi
1c3ce8471d
Merge pull request #242101 from cafkafk/cafkafkdev-lambda-lisp-blc
lambda-lisp: init at 2022-08-18
2023-10-05 21:05:17 +03:00
R. Ryantm
7e16aa5b94 wasmer: 4.2.0 -> 4.2.1 2023-10-05 17:19:10 +00:00
Christina Sørensen
52bdc84582
lambda-lisp: init at 2022-08-18
This adds lambda lisp, and the lambda-lisp-blc backend.

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-05 10:36:02 +02:00
R. Ryantm
c6c03530da erlang_26: 26.1 -> 26.1.1 2023-10-04 11:04:56 +00:00
R. Ryantm
973096c131 nickel: 1.2.1 -> 1.2.2 2023-10-02 18:03:08 -03:00
Martin Weinelt
1fcb41f796
python312: 3.12.0-rc3 -> 3.12.0
https://docs.python.org/dev/whatsnew/3.12.html
https://docs.python.org/release/3.12.0/whatsnew/changelog.html
2023-10-02 17:47:17 +02:00
Moritz Heidkamp
318a07adf8 clojure: improve updateScript error behavior
Will now terminate e.g. when curl gets a 404 response.

See https://github.com/NixOS/nixpkgs/pull/257473#issuecomment-1742095105 for more backgroud on the
shell code changes.
2023-10-01 16:31:57 +02:00
Weijia Wang
69a3d7e4b3
Merge pull request #258073 from hraban/fix/clisp-x86-darwin
clisp: disable unsupported modules on x86_64-darwin
2023-09-29 22:53:09 +02:00
Hraban Luyat
bd4ddddd9c clisp: disable unsupported modules on x86_64-darwin
Modules enabled only on "x86_64" systems were actually implicitly
linux-only. Disable them entirely on Darwin, regardless of architecture.

Fixes #258050
2023-09-29 14:40:08 -04:00
Hraban Luyat
d34bc5bd3a clisp: fix preconfigure phase on x86_64-darwin
One of the module names has a `/` in it so the hard-coded technique to "jump
back to the previous directory" by using `../..` doesn't work.

N.B.: build is still broken. This only fixes the preconfigure phase.
2023-09-29 13:41:48 -04:00
Thiago Kenji Okada
88c5afe153
Merge pull request #257433 from thiagokokada/graalvm-bump
graalvm-ce: 22.3.1 -> 21.0.0
2023-09-29 11:12:22 +01:00
Elis Hirwing
a1f529bf88
Merge pull request #257864 from NixOS/php/bump-september-2023/8-2-11
{php82, php83}: Bump {8.2.10 -> 8.2.11, 8.3.0RC2 -> 8.3.0RC3}
2023-09-29 08:11:27 +02:00
R. Ryantm
12cb2f573a yabasic: 2.90.3 -> 2.90.4 2023-09-28 22:01:34 -03:00
Pol Dellaiera
c6aba275aa
php81: 8.1.23 -> 8.1.24 2023-09-28 20:23:20 +02:00
Pol Dellaiera
4e931a5d6c
php83: 8.3.0RC2 -> 8.3.0RC3 2023-09-28 19:16:30 +02:00
Pol Dellaiera
5274dc3a23
php82: 8.2.10 -> 8.2.11 2023-09-28 19:15:30 +02:00
Vladimír Čunát
8a86b98f0b
Merge #255658: staging-next 2023-09-17 2023-09-27 18:00:00 +02:00
Jörg Thalheim
23e8423184 self: drop package
This is an unsupported programming language from 2017 that crashes on startup and doesn't build on x86_64.
Dropping this without an alias since the alias can potentially shadow self as used in overlays and flakes quite often.
2023-09-27 10:04:00 -03:00
Thiago Kenji Okada
45eff9d9c7 graalvm-ce: 22.3.1 -> 21.0.0
This initially may look like a downgrade, but this is caused by how
upstream is tagging versions.

Before they would have the GraalVM having its own version (e.g. 22.3.1),
and each version would support multiple JVM versions (e.g. 11, 17, 19).
Now each release supports only one JVM version (e.g.: 21), and they
track the same version as the JVM.

They also changed packaging, making all sub-products (e.g.: GraalPy,
GraalRuby, etc.) standalone, so they do not depend in GraalVM anymore
and have their own version. Thanks to this change, we will need to
repackage everything.

To simplify, this commit will remove all sub-products and only care
about the GraalVM/Native Image (that is back to GraalVM itself) part.
Other commits will re-added each sub-product.

Fix (partial): https://github.com/NixOS/nixpkgs/issues/257292
2023-09-27 10:25:44 +01:00
github-actions[bot]
f80bca6721
Merge master into staging-next 2023-09-27 00:02:24 +00:00
Weijia Wang
8f52ca6213
Merge pull request #257314 from figsoda/cel
cel-go: 0.18.0 -> 0.18.1
2023-09-26 21:25:44 +02:00
github-actions[bot]
4bfb61a48c
Merge master into staging-next 2023-09-26 18:01:12 +00:00
7c6f434c
81aa88d4c4
Merge pull request #236927 from tobim/pkgs/clisp-update
clisp: 2.49 -> 2.50pre2023-01-12; 2.50pre20171114 -> remove
2023-09-26 15:33:48 +00:00
Pavol Rusnak
09ff92e2c5
Merge pull request #257272 from mogenson/micropython-1.20
micropython: 1.19.1 -> 1.20.0
2023-09-26 14:22:38 +02:00
Tobias Mayer
7c6811713c
clisp: 2.49 -> 2.50pre2023-01-12 2023-09-26 10:52:04 +02:00
github-actions[bot]
cc5ae613ff
Merge master into staging-next 2023-09-26 00:02:17 +00:00
Weijia Wang
12e793695c
Merge pull request #257228 from vifino/erlang-26.1
erlang_26: 26.0.2 -> 26.1
2023-09-25 23:43:38 +02:00
figsoda
395c170ef7 cel-go: 0.18.0 -> 0.18.1
Diff: https://github.com/google/cel-go/compare/v0.18.0...v0.18.1

Changelog: https://github.com/google/cel-go/releases/tag/v0.18.1
2023-09-25 15:10:52 -04:00
Michael Mogenson
f1bdffc97a micropython: 1.19.1 -> 1.20.0 2023-09-25 10:25:49 -04:00
Thiago Kenji Okada
d72b2ed9ac python27: disable tests that expect Python 3+ 2023-09-25 14:51:43 +01:00
github-actions[bot]
3e52e5929d
Merge master into staging-next 2023-09-25 12:01:02 +00:00
Thiago Kenji Okada
795e0c0851 pypy310: init at 3.7.12 2023-09-25 12:21:36 +01:00
Thiago Kenji Okada
2b0c3f0001 pypy39: 3.7.11 -> 3.7.12 2023-09-25 12:07:50 +01:00
Thiago Kenji Okada
e0874acbdd pypy27: 7.3.11 -> 7.3.12 2023-09-25 12:03:58 +01:00
Thiago Kenji Okada
9b15be3aa9 pythonInterpreters.pypy39_prebuilt: 7.3.11 -> 7.3.12 2023-09-25 12:03:19 +01:00
Thiago Kenji Okada
6ae570f76b pythonInterpreters.pypy27_prebuilt: 3.7.11 -> 3.7.12 2023-09-25 11:50:03 +01:00
Frederik Rietdijk
f4822bb295
Merge pull request #254309 from pbsds/flit-prune
python3Packages.flitBuildHook: remove
2023-09-25 11:34:15 +02:00
Adrian Pistol
d75b2f56d0 erlang_26: 26.0.2 -> 26.1 2023-09-25 10:47:08 +02:00
github-actions[bot]
03a82ba5d4
Merge master into staging-next 2023-09-24 18:00:54 +00:00
Pol Dellaiera
52a6bc0baa
php83: 8.3.0RC1 -> 8.3.0RC2 2023-09-24 12:38:43 +02:00
github-actions[bot]
0e6413dbff
Merge master into staging-next 2023-09-24 00:02:23 +00:00
Mario Rodas
caca9e871f
Merge pull request #256879 from marsam/update-luau
luau: 0.594 -> 0.596
2023-09-23 17:35:00 -05:00
R. Ryantm
85050921e9 janet: 1.30.0 -> 1.31.0 2023-09-23 21:59:56 +02:00
github-actions[bot]
3180ce092d
Merge master into staging-next 2023-09-23 12:01:04 +00:00
Doron Behar
bdaaadf620
Merge pull request #256333 from doronbehar/pkg/qscintilla
qscintilla: move to qt{5,6}Packages.nix
2023-09-23 11:36:20 +00:00