Vladimír Čunát
8cb7d7cc7f
Merge #303214 : rustc: build rustdoc even when cross compiling
...
...into staging
2024-04-12 06:33:38 +02:00
Vladimír Čunát
ffd49d1029
Merge #302769 : meson: fix cross-compilation of rust proc-macro
...
...into staging
2024-04-12 06:32:57 +02:00
Will Fancher and GitHub
540d1a266c
Merge pull request #303373 from msanft/systemd/kernel-install-configurable
...
systemd: make installation of kernel-install configurable
2024-04-11 14:44:09 -04:00
Sandro Jäckel and Jonathan Ringer
30ef0b17f2
Reapply "xonsh: set dontWrapPythonPrograms"
...
This reverts commit 57427d380d .
2024-04-11 08:26:39 -07:00
Sandro Jäckel and Jonathan Ringer
b3b12c2d08
Revert "Fix venv creation in Python environments"
...
This commit reverts all python changes from 234bb31f61 .
2024-04-11 08:26:39 -07:00
Sandro Jäckel and Jonathan Ringer
636edfdeb1
Revert "Unwrap python scripts when building an environment"
...
This reverts commit 96118850f3 .
2024-04-11 08:26:39 -07:00
Moritz Sanft
c9ba5a3003
systemd: make installation of kernel-install configurable
2024-04-11 17:11:12 +02:00
Philip Taron and GitHub
94a214b95f
iproute: use elfutils instead of abandoned libelf ( #301306 )
2024-04-11 16:06:37 +02:00
Sandro and GitHub
57e4ea002b
Merge pull request #272353 from SuperSandro2000/libproxy
2024-04-11 15:14:05 +02:00
Sandro Jäckel and Jan Tojnar
3e6ae42d56
libproxy: 0.4.18 → 0.5.3
...
https://github.com/libproxy/libproxy/releases/tag/libproxy-0.5.0
https://github.com/libproxy/libproxy/releases/tag/0.5.1
https://github.com/libproxy/libproxy/releases/tag/0.5.2
https://github.com/libproxy/libproxy/releases/tag/0.5.3
Complete rewrite of the project, reduces runtime closure significantly.
Co-authored-by: Jan Tojnar <jtojnar@gmail.com >
2024-04-11 11:22:49 +02:00
Martin Weinelt and GitHub
9f67702776
Merge pull request #303057 from mweinelt/python-3.12.3_3.11.9
...
python312: 3.12.2 -> 3.12.3; python311: 3.11.8 -> 3.11.9
2024-04-11 09:15:22 +02:00
Matthieu Coudron
ddefcf284c
buildLuarocksPackage: rework fixup phase
...
I was working on lua tests, enabling nlua and I started overriding
postFixup, which removed the default phase for build-luarocks-package so
instead let's make it a proper phase.
2024-04-11 00:30:31 +02:00
Alyssa Ross
9e0eb58032
rustc: build rustdoc even when cross compiling
...
rustdoc is built for native builds, because it's used to run doctests,
but it wasn't built for cross builds, since they don't run doctests.
This inconsistency led to wrapRustc not working for cross-compiled
rustc, because it expected there to be a rustdoc binary.
In the interests of consistency, let's instruct the build system to
always build rustdoc.
Link: https://github.com/NixOS/nixpkgs/pull/292777#issuecomment-2048071969
Fixes: 6f8fa05acf ("wrapRustc: wrap rustdoc")
2024-04-10 23:09:42 +02:00
Matthieu Coudron
c4e89ef905
vimPluginGenTags: fix echoed string
...
to match the actual role
2024-04-10 22:33:30 +02:00
Slava Gorbunov and sternenseemann
e5064b957a
llvm: Don't depend on binutils for ghcjs platform
...
This dependency was introduced by unconditionally enabled
enableGoldPlugin option, which was enabled only if libbfd explicitly
supports plugin api prior to llvm-16. In llvm-17+ it was enabled
unconditionally (unless overriden explicitly), which introduces
dependency on binutils for target platform and breaks build for
platforms that are not supported by binutils (such as ghcjs).
2024-04-10 21:08:31 +02:00
Adam C. Stephens and GitHub
5736504af1
Merge pull request #298718 from SebTM/update/argcomplete323
...
python311Packages.argcomplete: 3.2.2 -> 3.2.3
2024-04-10 13:42:24 -04:00
Martin Weinelt
e05a3ec1ce
cpython: disable failing passthru tests on darwin
...
````
usage: virtualenv [--version] [--with-traceback] [-v | -q] [--read-only-app-data] [--app-data APP_DATA] [--reset-app-data] [--upgrade-embed-wheels] [--discovery {builtin}] [-p py] [--try-first-with py_exe]
[--creator {builtin,cpython3-posix,venv}] [--seeder {app-data,pip}] [--no-seed] [--activators comma_sep_list] [--clear] [--no-vcs-ignore] [--system-site-packages] [--symlinks | --copies] [--no-download | --download]
[--extra-search-dir d [d ...]] [--pip version] [--setuptools version] [--wheel version] [--no-pip] [--no-setuptools] [--no-wheel] [--no-periodic-update] [--symlink-app-data] [--prompt prompt] [-h]
dest
virtualenv: error: argument dest: the destination . is not write-able at /nix/store
SystemExit: 2
````
2024-04-10 18:00:32 +02:00
OTABI Tomoya and GitHub
db0c83a8ef
Merge pull request #302806 from azuwis/moto
...
python311Packages.moto: 5.0.3 -> 5.0.5; python311Packages.py-partiql-parser: 0.5.1 -> 0.5.4
2024-04-11 00:13:24 +09:00
Naïm Favier and GitHub
866d7b70c9
Merge pull request #290411 from r-ryantm/auto-update/bash-completion
...
bash-completion: 2.11 -> 2.13.0
2024-04-10 14:11:15 +02:00
OTABI Tomoya and GitHub
7e728641ce
Merge pull request #302502 from natsukium/ipython/update
...
python311Packages.ipython: 8.22.2 -> 8.23.0
2024-04-10 20:05:58 +09:00
Maximilian Bosch and GitHub
936c4d759a
Merge pull request #298340 from alyssais/rust-1.77.0
...
cargo,clippy,rustc,rustfmt: 1.76.0 -> 1.77.1
2024-04-10 08:43:02 +00:00
Martin Weinelt
3546ac2240
python311: 3.11.8 -> 3.11.9
...
https://docs.python.org/release/3.11.9/whatsnew/changelog.html
2024-04-10 10:38:40 +02:00
Martin Weinelt
e8eb0ced9f
python312: 3.12.2 -> 3.12.3
...
https://docs.python.org/release/3.12.3/whatsnew/changelog.html
2024-04-10 10:38:39 +02:00
Vladimír Čunát
e5dfc6856d
Merge #300828 : libbpf: 1.3.0 -> 1.4.0
...
...into staging
2024-04-10 08:32:11 +02:00
Vladimír Čunát
6586799864
Merge #300202 : harfbuzz: 8.3.1 -> 8.4.0
...
...into staging
2024-04-10 08:31:41 +02:00
Vladimír Čunát
413f485b23
Merge #295970 : pixman: Raise individual test timeout to 240 seconds
...
...into staging
2024-04-10 08:29:01 +02:00
Vladimír Čunát
0d3c83bb69
Merge #302181 : nasm: 2.16.01 -> 2.16.02
...
...into staging
2024-04-10 08:26:26 +02:00
Vladimír Čunát
6d64f86995
Merge #299503 : python3Packages.gevent: avoid use of vendored libraries
...
...into staging
2024-04-10 08:18:45 +02:00
Vladimír Čunát
6893dc06b3
Merge #301047 : librsvg: 2.57.92 -> 2.58.0
...
...into staging
2024-04-10 08:15:23 +02:00
Vladimír Čunát
5f361da7dc
Merge #302663 : upower: 1.90.2 -> 1.90.4
...
...into staging
2024-04-10 08:13:00 +02:00
Vladimír Čunát
d68f826302
Merge #299580 : curl: 8.6.0 -> 8.7.1
...
...into staging
2024-04-10 08:06:59 +02:00
Vladimír Čunát
28cd7a0fb5
Merge #302177 : pciutils: 3.11.1 -> 3.12.0
...
...into staging
2024-04-10 07:44:13 +02:00
Mario Rodas and GitHub
6a8cb677c0
Merge pull request #302796 from GaetanLepage/abseil
...
abseil-cpp_202401: 20240116.1 -> 20240116.2
2024-04-09 19:26:52 -05:00
Mario Rodas and GitHub
576c1e31aa
Merge pull request #302183 from trofi/mtdev-update
...
mtdev: 1.1.6 -> 1.1.7
2024-04-09 19:19:50 -05:00
Mario Rodas and GitHub
11ace39970
Merge pull request #298979 from r-ryantm/auto-update/cmake
...
cmake: 3.28.3 -> 3.29.0
2024-04-09 19:15:37 -05:00
Jörg Thalheim and GitHub
f27f3001f8
Merge pull request #298546 from Mic92/iana-etc
...
[staging] iana-etc: 20231227 -> 20240318
2024-04-09 19:38:49 +02:00
Mario Rodas and GitHub
04653ed255
Merge pull request #302190 from trofi/man-update
...
man: 2.12.0 -> 2.12.1
2024-04-09 07:51:09 -05:00
Mario Rodas and GitHub
304c407e9b
Merge pull request #302188 from trofi/mpg123-update
...
mpg123: 1.32.5 -> 1.32.6
2024-04-09 07:46:25 -05:00
Zhong Jianxin
f0eac23a1c
python311Packages.moto: 5.0.3 -> 5.0.5
...
https://github.com/getmoto/moto/blob/5.0.5/CHANGELOG.md
2024-04-09 20:42:49 +08:00
Zhong Jianxin
e7175bb727
python311Packages.py-partiql-parser: 0.5.1 -> 0.5.4
...
https://github.com/getmoto/py-partiql-parser/blob/0.5.4/CHANGELOG.md
2024-04-09 20:37:28 +08:00
github-actions[bot] and GitHub
5571d9244c
Merge staging-next into staging
2024-04-09 12:01:50 +00:00
github-actions[bot] and GitHub
56c9258c42
Merge master into staging-next
2024-04-09 12:01:14 +00:00
Sandro and GitHub
c81c241415
Merge pull request #302800 from katexochen/azure-cli/fix-missing-setuptools
2024-04-09 13:36:02 +02:00
Adam C. Stephens and GitHub
9247cb8c41
Merge pull request #302778 from toastal/zfs-2.1.13-unstable-2024-04-09
...
zfs_unstable: 2.2.3-unstable-2024-03-30 → 2.2.3-unstable-2024-04-09
2024-04-09 07:29:42 -04:00
Fabian Affolter and GitHub
0fdf669798
Merge pull request #302783 from fabaff/clarifai-bump
...
python312Packages.clarifai: 10.2.1 -> 10.3.0
2024-04-09 13:29:22 +02:00
Fabian Affolter and GitHub
7b2477e59e
Merge pull request #302780 from fabaff/aiolifx-themes-bump
...
python312Packages.aiolifx-themes: 0.4.14 -> 0.4.16
2024-04-09 13:29:09 +02:00
Aleksana and GitHub
f8d178998b
Merge pull request #299566 from getchoo/pkgs/garnet/init
...
garnet: init at 1.0.1
2024-04-09 19:24:18 +08:00
Mario Rodas and GitHub
f9805c7e2e
Merge pull request #302529 from r-ryantm/auto-update/vale
...
vale: 3.3.1 -> 3.4.0
2024-04-09 06:21:32 -05:00
Aleksana and GitHub
485722f5d9
Merge pull request #299442 from tertsdiepraam/vscode-extensions-ayu
...
vscode-extensions.teabyii.ayu: init at 1.0.5
2024-04-09 19:15:08 +08:00
Weijia Wang and GitHub
6ba9dcd9a8
Merge pull request #302749 from wegank/cling-2
...
cling: cleanup, fix runtime error
2024-04-09 13:14:37 +02:00