Commit Graph

8298 Commits

Author SHA1 Message Date
Nick Cao
1fb4ae1013
Merge pull request #261438 from ereslibre/disable-cargo-audit-wasmtime
wasmtime: remove Cargo.toml patch due to cargo-auditable
2023-10-17 08:43:15 -04:00
John Ericson
c00c5163d2
Merge pull request #261323 from nowittynamesleft/more-pkg-config-modules
More pkg config modules
2023-10-16 14:51:50 -04:00
Rafael Fernández López
c3aabc31df wasmtime: remove Cargo.toml patch due to cargo-auditable 2023-10-16 18:22:30 +02:00
Hraban Luyat
b64a221abf clisp: enable ASDF module
This is useful and expected by most downstream packages
2023-10-16 01:45:05 -03:00
Meet Barot
a76390f69c python3*: Add meta.pkgConfigModules and test 2023-10-16 00:36:25 -04:00
Francesco Gazzetta
a211fe0416
Merge pull request #253638 from Cynerd/jimtcl-sdl-cross
jimtcl: Fix cross compilation and allow disable of SDL
2023-10-15 15:07:54 +00:00
Pol Dellaiera
f320b0d46e
Merge pull request #261077 from NixOS/php/bump/8-3-0RC4
php83: 8.3.0RC3 -> 8.3.0RC4
2023-10-15 08:05:34 +02:00
Matthieu Coudron
fff9bb3446
Merge pull request #261108 from teto/introduce-lua-aliases 2023-10-15 02:14:56 +02:00
Matthieu Coudron
64b50c6f93 luaPackages: introduce an alias mechanism
so that we can deprecate modules
2023-10-14 22:03:12 +02:00
Adam Stephens
fd64e11f83 elixir_1_15: 1.15.6 -> 1.15.7 2023-10-14 19:04:45 +00:00
c4710n
b0fed034e1 erlang: 26.1.1 -> 26.1.2 2023-10-14 14:00:20 +00:00
c4710n
23cd663385 erlang: 25.3.2.6 -> 25.3.2.7 2023-10-14 14:00:20 +00:00
c4710n
af85dce475 erlang: 24.3.4.13 -> 24.3.4.14 2023-10-14 14:00:20 +00:00
Weijia Wang
d4628ca24c
Merge pull request #258271 from r-ryantm/auto-update/moarvm
moarvm: 2023.08 -> 2023.09
2023-10-13 01:56:07 +02:00
Weijia Wang
0937be78a1
Merge pull request #260442 from wegank/guile-crypt
guile: enable crypt on linux
2023-10-12 19:36:48 +02:00
Moritz Heidkamp
9e2ee4c846 babashka: use upstream version of Clojure tools
As recommended by @borkdude[1], we should use the Clojure tools version included in a particular
upstream release since the code might not always work with more recent versions.

[1]  https://github.com/borkdude/deps.clj/issues/113#issuecomment-1735805109
2023-10-12 11:42:56 +02:00
Anderson Torres
b28b483ad3 nickel: migrate to by-name 2023-10-11 22:20:32 -03:00
Weijia Wang
8d584acc7e guile: enable crypt on linux 2023-10-11 23:12:49 +02:00
Simon Žlender
5dcafc3685 {nickel,nls}: make nls an output of nickel 2023-10-11 13:56:41 -03:00
R. Ryantm
5a41ee8c82 micropython: 1.20.0 -> 1.21.0 2023-10-11 05:10:32 +00:00
Pol Dellaiera
2f3a446c5b
php83: 8.3.0RC3 -> 8.3.0RC4 2023-10-10 22:15:16 +02:00
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
R. Ryantm
7b40659214 moarvm: 2023.08 -> 2023.09 2023-09-30 20:29:43 +00: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