Nick Cao
ee6a7ec43b
Merge pull request #270715 from figsoda/expr
...
expr: 1.15.4 -> 1.15.5
2023-11-29 09:49:04 -05:00
Nick Cao
f6d015e944
Merge pull request #270771 from figsoda/risor
...
risor: 1.1.1 -> 1.1.2
2023-11-29 09:21:51 -05:00
figsoda
d987641ce9
risor: 1.1.1 -> 1.1.2
...
Diff: https://github.com/risor-io/risor/compare/v1.1.1...v1.1.2
Changelog: https://github.com/risor-io/risor/releases/tag/v1.1.2
2023-11-28 19:57:57 -05:00
figsoda
96727dd4e1
expr: 1.15.4 -> 1.15.5
...
Diff: https://github.com/antonmedv/expr/compare/v1.15.4...v1.15.5
Changelog: https://github.com/antonmedv/expr/releases/tag/v1.15.5
2023-11-28 14:18:37 -05:00
Mario Rodas
d5c364011f
zuo: unstable-2023-10-17 -> unstable-2023-11-10
...
Diff: 493e9cd081...9e2aa26b05
2023-11-14 04:20:00 +00:00
Pol Dellaiera
e455148e44
php83: 8.3.0RC5 -> 8.3.0RC6
2023-11-13 22:26:55 +01:00
R. Ryantm
a25fabad9e
jruby: 9.4.4.0 -> 9.4.5.0
2023-11-13 14:58:00 +00:00
github-actions[bot]
9776723357
Merge master into staging-next
2023-11-11 18:00:58 +00:00
Mario Rodas
911ad1e67f
Merge pull request #266767 from marsam/update-luau
...
luau: 0.601 -> 0.603
2023-11-11 12:51:48 -05:00
Lily Foster
1234b66590
Merge pull request #266546 from zeuner/supercollider-shell
...
supercollider: use bash from nixpkgs for popen
2023-11-11 12:48:02 -05:00
Isidor Zeuner
6d9c572be2
supercollider: use bash from nixpkgs for popen
2023-11-11 16:45:04 +01:00
Anthony Roussel
e30f48be94
treewide: fix redirected and broken URLs
...
Using the script in maintainers/scripts/update-redirected-urls.sh
2023-11-11 10:49:01 +01:00
github-actions[bot]
dbecb018c5
Merge staging-next into staging
2023-11-11 06:01:25 +00:00
github-actions[bot]
46679c6a02
Merge master into staging-next
2023-11-11 06:01:00 +00:00
Mario Rodas
bb3f029a87
Merge pull request #257492 from wackbyte/bump-lune
...
lune: 0.7.4 -> 0.7.11
2023-11-10 21:49:37 -05:00
github-actions[bot]
e8096ee1e1
Merge staging-next into staging
2023-11-10 18:01:34 +00:00
Weijia Wang
d8ebb73023
Merge branch 'master' into staging-next
2023-11-10 16:25:02 +01:00
7c6f434c
9da6f812b1
Merge pull request #266023 from r-ryantm/auto-update/octave
...
octave: 8.3.0 -> 8.4.0
2023-11-10 15:12:03 +00:00
Alyssa Ross
afabc4a15d
Merge remote-tracking branch 'origin/master' into HEAD
...
Conflicts:
pkgs/development/libraries/SDL2/default.nix
2023-11-10 15:18:19 +01:00
Mario Rodas
33d50bf2e3
Merge pull request #266189 from aaronjheng/starlark
...
starlark: unstable-2023-03-02 -> unstable-2023-11-01
2023-11-10 07:47:36 -05:00
Mario Rodas
1c3cf1cac0
luau: 0.601 -> 0.603
...
Diff: https://github.com/luau-lang/luau/compare/0.601...0.603
Changelog: https://github.com/luau-lang/luau/releases/tag/0.603
2023-11-10 04:20:00 +00:00
Anthony Roussel
205a2a11bb
ruby.rubygems: add meta.mainProgram
2023-11-09 21:06:28 +01:00
Anthony Roussel
7d1c95fc68
ruby.rubygems: 3.4.21 -> 3.4.22
...
https://github.com/rubygems/rubygems/releases/tag/v3.4.22
2023-11-09 21:06:16 +01:00
github-actions[bot]
6a669d1ab2
Merge staging-next into staging
2023-11-09 18:01:27 +00:00
github-actions[bot]
e112f9b8bb
Merge master into staging-next
2023-11-09 18:00:56 +00:00
Lassulus
d4cd00c651
Merge pull request #266446 from Sohalt/update-babashka
...
babashka-unwrapped: 1.3.185 -> 1.3.186
2023-11-09 17:10:30 +00:00
Thiago Kenji Okada
a75a35caa8
Merge pull request #262232 from Sohalt/babashka-completions
...
babashka: Install shell completions
2023-11-09 13:03:01 +00:00
github-actions[bot]
5725d489f3
Merge staging-next into staging
2023-11-09 12:01:36 +00:00
sohalt
808b05db11
babashka: Install shell completions
2023-11-09 11:33:19 +01:00
sohalt
5f58cc4917
babashka-unwrapped: 1.3.185 -> 1.3.186
2023-11-09 11:28:28 +01:00
Alyssa Ross
e3e57b8f18
lib.systems: elaborate Rust metadata
...
We need this stuff to be available in lib so make-derivation.nix can
access it to construct the Meson cross file.
This has a couple of other advantages:
- It makes Rust less special. Now figuring out what Rust calls a
platform is the same as figuring out what Linux or QEMU call it.
- We can unify the schema used to define Rust targets, and the schema
used to access those values later. Just like you can set "config"
or "system" in a platform definition, and then access those same
keys on the elaborated platform, you can now set "rustcTarget" in
your crossSystem, and then access "stdenv.hostPlatform.rustcTarget"
in your code.
"rustcTarget", "rustcTargetSpec", "cargoShortTarget", and
"cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because
these are not exposed to code by the compiler, and are not
standardized. The arch/os/etc. variables are all named to match the
forms in the Rust target spec JSON.
The new rust.target-family only takes a list, since we don't need to
worry about backwards compatibility when that name is used.
The old APIs are all still functional with no warning for now, so that
it's possible for external code to use a single API on both 23.05 and
23.11. We can introduce the warnings once 23.05 is EOL, and make them
hard errors when 23.11 is EOL.
2023-11-09 10:02:24 +01:00
Randy Eckenrode
34b48d4af6
python2: fix build with clang 16 on x86_64-darwin
...
Apply the patch to fix using libutil.h instead of util.h on Darwin for
`forkpty` and `openpty`.
2023-11-08 19:08:48 -05:00
github-actions[bot]
50249cdaf2
Merge staging-next into staging
2023-11-09 00:02:40 +00:00
github-actions[bot]
00a0662a3c
Merge master into staging-next
2023-11-09 00:02:14 +00:00
Pol Dellaiera
c038b79502
php: add phpSrc
attribute ( #254556 )
...
This will allow building PHP from source, without using `.overrideAttrs()`.
When the new attribute `phpSrc` is not set, the default behavior (with `fetchurl`) is used.
2023-11-08 22:57:01 +01:00
github-actions[bot]
d49b3ff9e3
Merge staging-next into staging
2023-11-08 12:02:19 +00:00
Aaron Jheng
39f28a872e
starlark: unstable-2023-03-02 -> unstable-2023-11-01
...
Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
2023-11-08 08:55:53 +01:00
Fabián Heredia Montiel
2188896a57
python3Packages.sphinxHook: fix eval after merge of bc2d598878
2023-11-08 01:51:41 -06:00
Adam Joseph
ba2ed469c2
Merge branch 'master' into staging-next
2023-11-08 06:15:46 +00:00
Artturi
d24da52844
Merge pull request #265764 from amjoseph-nixpkgs/pr/pythonForBuild
2023-11-08 00:13:25 +02:00
Martin Weinelt
6f2583545f
Merge pull request #264204 from devusb/spidermonkey
...
spidermonkey_91: fix build with python311
2023-11-07 19:32:04 +01:00
R. Ryantm
10545e7033
octave: 8.3.0 -> 8.4.0
2023-11-07 08:48:11 +00:00
Weijia Wang
8012034692
Merge branch 'staging-next' into staging
2023-11-07 03:41:49 +01:00
Yueh-Shun Li
b3e2c15000
makeOverridablePythonPackage: preserve function arguments
2023-11-07 01:58:48 +00:00
Adam Joseph
f0011fd103
python: deprecate pythonForBuild in favor of pythonOnBuildForHost
2023-11-07 02:28:58 +02:00
Weijia Wang
32da89a1a1
Merge branch 'master' into staging-next
2023-11-06 14:33:18 +01:00
Adam Joseph
bc2d598878
treewide: change pythonForBuild to pythonOnBuildForHost
2023-11-05 17:42:12 -08:00
wackbyte
f5db02399a
lune: 0.7.4 -> 0.7.11
2023-11-05 20:06:25 -05:00
Adam Joseph
563a66dc31
python: add python.pythonOnBuildForHost
2023-11-04 21:29:33 -07:00
Weijia Wang
9627659c22
Merge branch 'master' into staging-next
2023-11-04 17:27:09 +01:00
K900
d0a608519b
Merge pull request #265287 from reckenrode/darwin-fixes-batch1
...
perlPackages.Gtk2, scheme48, smpeg, stfl: fix build with clang 16
2023-11-04 15:05:08 +03:00
github-actions[bot]
b90e2fc451
Merge staging-next into staging
2023-11-04 06:01:49 +00:00
natsukium
56b570d6af
python311Packages.python-docs-theme: rename from python_docs_theme
2023-11-04 12:34:41 +09:00
Weijia Wang
44f16f33cc
Merge branch 'master' into staging-next
2023-11-04 01:43:45 +01:00
Weijia Wang
0c9c53ab67
Merge pull request #265302 from IogaMaster/guile-jit-macos
...
guile: enable jit on aarch64-darwin
2023-11-04 01:39:41 +01:00
Weijia Wang
7488ae1411
Merge pull request #263081 from r-ryantm/auto-update/zef
...
zef: 0.19.1 -> 0.20.0
2023-11-04 00:53:21 +01:00
IogaMaster
b4829c8372
guile: enable jit on aarch64-darwin
2023-11-03 13:50:02 -06:00
Randy Eckenrode
80fc3eb8a6
scheme48: fix build with clang 16
2023-11-03 13:45:18 -04:00
Rafael Fernández López
5afd529264
wasmtime: 14.0.2 -> 14.0.4
2023-11-03 10:50:11 +01:00
github-actions[bot]
9dd6711ca2
Merge staging-next into staging
2023-11-02 12:01:48 +00:00
Vladimír Čunát
fe975c2260
Merge #263983 : guile: do not strip on darwin
...
...into staging-next
2023-11-02 08:10:45 +01:00
R. Ryantm
3f81d2c5c5
moarvm: 2023.09 -> 2023.10
2023-11-02 03:35:50 +00:00
github-actions[bot]
91b879e867
Merge staging-next into staging
2023-10-31 18:01:36 +00:00
github-actions[bot]
81270bbdcf
Merge master into staging-next
2023-10-31 18:01:02 +00:00
github-actions[bot]
1b8319e14d
Merge staging-next into staging
2023-10-31 06:01:37 +00:00
github-actions[bot]
97868dae8e
Merge master into staging-next
2023-10-31 06:00:58 +00:00
Mario Rodas
8ad202d05b
Merge pull request #264306 from marsam/update-zuo
...
zuo: unstable-2023-01-02 -> unstable-2023-10-17
2023-10-30 19:16:15 -05:00
github-actions[bot]
131c49a7c6
Merge staging-next into staging
2023-10-30 18:01:38 +00:00
github-actions[bot]
931938d1df
Merge master into staging-next
2023-10-30 18:01:02 +00:00
R. Ryantm
d900a4fbdc
joker: 1.3.0 -> 1.3.1
2023-10-30 11:53:22 +00:00
Martin Weinelt
646c23a2f7
buildPythonPackage: port catch-conflicts to importlib.metadata
...
To escape the pkg_resources API deprecation:
> catch-conflicts.py:1: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Also remove exceptions for the previus bootstrap packages.
2023-10-30 12:42:36 +01:00
Mario Rodas
25b8447133
luau: 0.600 -> 0.601
...
Diff: https://github.com/Roblox/luau/compare/0.600...0.601
Changelog: https://github.com/Roblox/luau/releases/tag/0.601
2023-10-30 04:20:00 +00:00
Mario Rodas
e9d089bba0
zuo: add updateScript
2023-10-30 04:20:00 +00:00
Mario Rodas
50b063baaa
zuo: unstable-2023-01-02 -> unstable-2023-10-17
...
Diff: 464aae9ae9...493e9cd081
2023-10-30 04:20:00 +00:00
Morgan Helton
ecbdec62a3
spidermonkey_91: add patch to allow building with python311
2023-10-29 12:40:56 -05:00
Vladimír Čunát
72e667204b
shen-sbcl: mark as broken
...
- the build's been broken for about a year
https://hydra.nixos.org/job/nixpkgs/trunk/shen-sbcl.x86_64-linux/all
- noone minds the failure apparently (trying to fix)
- it still seems relatively expensive to repeat these failures
2023-10-29 11:47:02 +01:00
Weijia Wang
7b538a844c
guile: do not strip on darwin
2023-10-28 17:08:22 +02:00
github-actions[bot]
81ed2302dc
Merge master into staging-next
2023-10-28 06:00:57 +00:00
Weijia Wang
1b116280cb
Merge pull request #261954 from r-ryantm/auto-update/rune
...
rune: 0.12.4 -> 0.13.1
2023-10-28 03:42:00 +02:00
github-actions[bot]
4791949f6a
Merge master into staging-next
2023-10-28 00:02:23 +00:00
Mario Rodas
e42b2e2c59
Merge pull request #261971 from r-ryantm/auto-update/jruby
...
jruby: 9.4.3.0 -> 9.4.4.0
2023-10-27 17:36:45 -05:00
github-actions[bot]
4a5044c558
Merge master into staging-next
2023-10-27 12:01:12 +00:00
Pol Dellaiera
f72178d1bc
Merge pull request #263652 from drupol/php/bumps-october-2023
...
php: bumps october 2023 - bugfix releases
2023-10-27 11:59:55 +02:00
github-actions[bot]
f20daab04b
Merge master into staging-next
2023-10-27 06:01:02 +00:00
Pol Dellaiera
5967b71d8d
php81: 8.1.24 -> 8.1.25
2023-10-26 23:22:04 +02:00
Pol Dellaiera
e4624bd778
php83: 8.3.0RC4 -> 8.3.0RC5
2023-10-26 23:19:23 +02:00
Pol Dellaiera
47fcbd9a4f
php82: 8.2.11 -> 8.2.12
2023-10-26 23:19:06 +02:00
Rafael Fernández López
590cd0ad82
wasmtime: 14.0.1 -> 14.0.2
2023-10-26 18:24:03 +02:00
Vladimír Čunát
d811555465
Merge branch 'staging' into staging-next
2023-10-26 10:36:50 +02:00
Thiago Kenji Okada
4a04519819
Merge pull request #263259 from r-ryantm/auto-update/babashka-unwrapped
...
babashka-unwrapped: 1.3.184 -> 1.3.185
2023-10-25 07:23:01 +01:00
7c6f434c
cb5678d28d
Merge pull request #263068 from hraban/clisp-docheck
...
clisp: doCheck = true
2023-10-25 05:57:19 +00:00
R. Ryantm
c93589755b
babashka-unwrapped: 1.3.184 -> 1.3.185
2023-10-25 01:08:23 +00:00
R. Ryantm
60a0ada1f8
zef: 0.19.1 -> 0.20.0
2023-10-24 06:57:07 +00:00
Hraban Luyat
731dffef22
clisp: doCheck = true
2023-10-24 00:33:56 -04:00
Mario Rodas
7add5b574e
Merge pull request #262962 from ereslibre/bump-wasmtime
...
wasmtime: 13.0.0 -> 14.0.1
2023-10-23 18:40:33 -05:00
Rafael Fernández López
109c77608e
wasmtime: 13.0.0 -> 14.0.1
2023-10-23 21:37:18 +02:00
Maximilian Bosch
3ceea2785e
evcxr: 0.15.1 -> 0.16.0
...
ChangeLog: https://github.com/evcxr/evcxr/releases/tag/v0.16.0
2023-10-23 11:20:35 +02:00
github-actions[bot]
9f5438ccdf
Merge staging-next into staging
2023-10-23 06:01:38 +00:00
Mario Rodas
c09b858ab9
Merge pull request #262757 from marsam/update-luau
...
luau: 0.598 -> 0.600
2023-10-22 19:03:52 -05:00
github-actions[bot]
df9eab6771
Merge staging-next into staging
2023-10-23 00:03:00 +00:00
Felix Bühler
5c00419078
Merge pull request #261849 from figsoda/starlark
...
starlark-rust: 0.9.0 -> 0.10.0
2023-10-22 20:59:27 +02:00
Matthieu Coudron
19c24b63b5
Merge pull request #258819 from teto/bump-luarocks-packages
2023-10-22 14:17:12 +02:00
Mario Rodas
9dee72ddc4
Merge pull request #262287 from marsam/update-bundler
...
bundler: 2.4.20 -> 2.4.21
2023-10-22 06:51:51 -05:00
Matthieu Coudron
fa76053442
nelua: unstable-2023-01-21 -> unstable-2023-09-16
2023-10-22 12:45:17 +02:00
Mario Rodas
c253e5eca7
jruby: add updateScript
2023-10-22 04:20:00 +00:00
Mario Rodas
b0365a28f9
luau: 0.598 -> 0.600
...
Diff: https://github.com/Roblox/luau/compare/0.598...0.600
Changelog: https://github.com/Roblox/luau/releases/tag/0.600
2023-10-22 04:20:00 +00:00
Mario Rodas
d48146d75b
jruby: fix changelog
2023-10-22 04:20:00 +00:00
Weijia Wang
fedfe43230
Merge pull request #262567 from reckenrode/libm-fix
...
darwin.Libm: add missing function declarations
2023-10-21 23:31:20 +02:00
Randy Eckenrode
4b0d1daf51
Revert "guile_3_0: fix build with clang 16 on x86_64-darwin"
...
This reverts commit f8382587d9
.
2023-10-21 12:05:10 -04:00
Randy Eckenrode
9f8ad2a32a
Revert "guile_2_2: fix build with clang 16 on x86_64-darwin"
...
This reverts commit 98bd3171dc
.
2023-10-21 12:05:09 -04:00
github-actions[bot]
b0ec8bbe1d
Merge staging-next into staging
2023-10-20 12:01:55 +00:00
github-actions[bot]
d7e9da1742
Merge master into staging-next
2023-10-20 12:01:24 +00:00
Christina Sørensen
028081ad5b
janet: 1.31 -> 1.32.1 ( #261147 )
...
Co-authored-by: lucasew <lucas59356@gmail.com>
Co-authored-by: Artturi <Artturin@artturin.com>
2023-10-20 09:56:50 +03:00
Mario Rodas
347f401c24
ruby.rubygems: 3.4.20 -> 3.4.21
...
Changelog: https://github.com/rubygems/rubygems/blob/v3.4.21/CHANGELOG.md
2023-10-20 04:20:00 +00:00
Frederik Rietdijk
7a0d080298
python3.pkgs.buildPython*: allow overriding of the stdenv
...
With this change it is possible to pass in `stdenv` directly to
`buildPython*` or override it using e.g.
```
numpy.overridePythonAttrs(_: {
stdenv = clangStdenv;
})
```
2023-10-19 18:56:47 +02:00
figsoda
db70fd9812
rune: fix build on darwin
2023-10-19 10:45:03 -04:00
R. Ryantm
29f976f694
jruby: 9.4.3.0 -> 9.4.4.0
2023-10-19 06:04:02 +00:00
R. Ryantm
aa07c55f9f
rune: 0.12.4 -> 0.13.1
2023-10-19 03:38:54 +00:00
figsoda
4fe4f51ed3
starlark-rust: 0.9.0 -> 0.10.0
...
Diff: https://diff.rs/starlark_bin/0.9.0/0.10.0
Changelog: https://github.com/facebookexperimental/starlark-rust/blob/v0.10.0/CHANGELOG.md
2023-10-18 10:32:26 -04:00
github-actions[bot]
3c8c81154a
Merge staging-next into staging
2023-10-18 12:02:01 +00:00
github-actions[bot]
8e8fc73296
Merge master into staging-next
2023-10-18 12:01:25 +00:00
Martin Weinelt
13c8e4299a
python313: init at 3.13.0a1
...
https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-0-alpha-1
2023-10-17 23:06:20 +02:00
github-actions[bot]
c99731d9ac
Merge staging-next into staging
2023-10-17 18:01:44 +00:00
Alyssa Ross
acf111d42b
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/flask-wtf/default.nix
pkgs/development/python-modules/unstructured-inference/default.nix
pkgs/development/python-modules/unstructured/default.nix
pkgs/development/python-modules/velbus-aio/default.nix
2023-10-17 13:05:40 +00:00
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
github-actions[bot]
ba519bf3b1
Merge staging-next into staging
2023-10-17 00:02:46 +00:00
github-actions[bot]
8c62479810
Merge master into staging-next
2023-10-17 00:02:14 +00: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
github-actions[bot]
de49fc16bc
Merge staging-next into staging
2023-10-16 12:01:54 +00:00
Alyssa Ross
579ae9b989
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/cirq-core/default.nix
2023-10-16 08:49:23 +00: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
github-actions[bot]
ae77d35744
Merge staging-next into staging
2023-10-16 00:03:09 +00:00
Martin Weinelt
94c8c31bee
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/numba/default.nix
2023-10-15 22:31:34 +02: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
github-actions[bot]
62370ea07d
Merge staging-next into staging
2023-10-15 00:03:07 +00:00
github-actions[bot]
1d9483230a
Merge master into staging-next
2023-10-15 00:02:33 +00: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
github-actions[bot]
879976f685
Merge staging-next into staging
2023-10-14 18:01:33 +00:00
Weijia Wang
e39aad56c2
Merge branch 'master' into staging-next
2023-10-14 16:33:49 +02: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
github-actions[bot]
c68d98e9d4
Merge staging-next into staging
2023-10-13 18:01:31 +00:00
Yureka
ef60280d57
python311: fix cross to/from musl ( #260641 )
...
The situation:
Python <3.11: under Linux the abi string is always -gnu*
Python 3.11-3.12: musl is treated as its own abi in the python build system, but when cross-compiling the build host's libc is used for the target abi string. Cross compiling from glibc to musl gives a -gnu* target abi string and vice versa.
Python >=3.13: musl is treated as its own abi, and when cross-compiling the target libc is used for the target abi string
We backport the fix for python 3.11-3.12, since the intermediate state is almost impossible to model in the nix expression
2023-10-13 17:47:11 +02:00
github-actions[bot]
49523dec15
Merge staging-next into staging
2023-10-13 06:01:45 +00:00
Artturi
183df628da
Merge pull request #258223 from OroraTech/fix/propagated-sphinx
2023-10-13 07:18:12 +03:00
github-actions[bot]
58485aaddb
Merge master into staging-next
2023-10-13 00:02:24 +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
github-actions[bot]
80ddbc41e6
Merge staging-next into staging
2023-10-12 18:01:34 +00:00
github-actions[bot]
176015fc74
Merge master into staging-next
2023-10-12 18:01:06 +00: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
github-actions[bot]
4da0322a88
Merge staging-next into staging
2023-10-12 12:02:01 +00: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
Alyssa Ross
1bb67a90ba
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/bambi/default.nix
pkgs/development/python-modules/jaxopt/default.nix
2023-10-12 09:08:12 +00: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
github-actions[bot]
630f45884e
Merge staging-next into staging
2023-10-11 18:01:37 +00:00
github-actions[bot]
b8d473b6d2
Merge master into staging-next
2023-10-11 18:01:06 +00:00
Simon Žlender
5dcafc3685
{nickel,nls}: make nls an output of nickel
2023-10-11 13:56:41 -03:00
github-actions[bot]
aca616eec2
Merge staging-next into staging
2023-10-11 12:01:48 +00:00
github-actions[bot]
0e9411554d
Merge master into staging-next
2023-10-11 12:01:09 +00: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
github-actions[bot]
e1565d6a86
Merge staging-next into staging
2023-10-09 18:01:36 +00:00
github-actions[bot]
75d4639be3
Merge master into staging-next
2023-10-09 18:00:59 +00:00
Yureka
1d3c3d4f5b
python: simplify ABI name detection
2023-10-09 15:12:20 +00:00
github-actions[bot]
f1a87e41ca
Merge staging-next into staging
2023-10-09 00:03:06 +00:00
github-actions[bot]
2df946c4bd
Merge master into staging-next
2023-10-09 00:02:27 +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
github-actions[bot]
c2b2bb3e28
Merge staging-next into staging
2023-10-06 00:03:02 +00:00
github-actions[bot]
5f7be31bec
Merge master into staging-next
2023-10-06 00:02:31 +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
github-actions[bot]
2dc3af6ef9
Merge staging-next into staging
2023-10-04 12:01:34 +00:00
github-actions[bot]
c7a3c2d71b
Merge master into staging-next
2023-10-04 12:01:01 +00:00
R. Ryantm
c6c03530da
erlang_26: 26.1 -> 26.1.1
2023-10-04 11:04:56 +00:00
Martin Weinelt
edd561abce
python311: 3.11.5 -> 3.11.6
...
https://docs.python.org/release/3.11.6/whatsnew/changelog.html
2023-10-03 10:31:23 +02:00
Martin Weinelt
9d0b02be98
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/python-ndn/default.nix
2023-10-02 23:59:00 +02:00
R. Ryantm
973096c131
nickel: 1.2.1 -> 1.2.2
2023-10-02 18:03:08 -03:00
github-actions[bot]
23a7292114
Merge master into staging-next
2023-10-02 18:01:04 +00: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
github-actions[bot]
708561b6ea
Merge master into staging-next
2023-10-01 18:01:08 +00: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
Leandro Reina
48f25989c3
python3Packages.sphinxHook: Avoid propagating sphinx
...
Fixes some side effects of #249157 (see #255810 )
2023-09-30 18:21:18 +02:00
github-actions[bot]
6b41a98c6c
Merge master into staging-next
2023-09-30 00:01:53 +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
github-actions[bot]
c1a6c05aa7
Merge master into staging-next
2023-09-29 12:01:16 +00: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