Randy Eckenrode
93153208cc
gcc{8,9}: don’t pass --gstabs to clang assembler
...
Darwin uses the clang integrated assembler, which does not support
`--gstabs`. While the `configure` script detects whether the assembler
supports it, Darwin passes `--gstabs` unconditionally. This patch is
backported to make the bootstrap only use it when supported.
2023-11-08 10:50:07 +00:00
Randy Eckenrode
d4f8aac2c5
gcc{48,49,6}: don’t use -pipe with clang assembler
...
Older versions of GCC use `-pipe` on Darwin due to compatibility
problems with older cctools assemblers. Darwin now uses the clang
integrated assembler. While it is possible to pipe input into it, the
wrapper used in nixpkgs is not set up for it.
Fixing the wrapper would cause all of Darwin to rebuild, which is not
desirable, so just disable `-pipe` in the bootstrap configuration. The
clang integrated assembler doesn’t have the bug anyway.
2023-11-08 10:50:07 +00:00
Randy Eckenrode
e06f05d23c
gcc11: fix build on aarch64-darwin
...
The libgcc configure script was middetecting aarch64-darwin and trying
to use a deployment target of 10.5, which is not valid for that
platform. The build was failing because the linker was looking for stubs
that don’t exist (neither as part of the source releases nor as part of
the official SDK from Apple).
Backporting the `config.host` check and `t-darwin-rpath` from GCC 12
allows GCC 11 to build again on aarch64-darwin.
2023-11-08 10:50:07 +00:00
happysalada
e556bb0b67
python311Packages.farm-haystack: init at 1.21.2
2023-11-08 09:57:36 +00:00
happysalada
cd5fef3700
python311Packages.rank_bm25: rename to rank-bm25
2023-11-08 09:57:36 +00:00
R. Ryantm
aff89df188
python310Packages.paddle2onnx: 1.0.9 -> 1.1.0
2023-11-08 09:56:57 +00:00
Jacek Galowicz
7a1f927eea
Merge pull request #264701 from whiteley/simde-init
...
simde: init at 0.7.6
2023-11-08 10:37:26 +01:00
OTABI Tomoya
923abd6420
Merge pull request #266159 from r-ryantm/auto-update/python310Packages.nvidia-ml-py
...
python310Packages.nvidia-ml-py: 12.535.108 -> 12.535.133
2023-11-08 17:52:27 +09:00
OTABI Tomoya
cc31660d7a
Merge pull request #266177 from r-ryantm/auto-update/python310Packages.optimum
...
python310Packages.optimum: 1.13.3 -> 1.14.0
2023-11-08 17:51:42 +09:00
OTABI Tomoya
90aaf5bf6d
Merge pull request #265012 from pbsds/fix-simpful-1698928649
...
python3Packages.simpful: unbreak
2023-11-08 17:50:12 +09:00
OTABI Tomoya
f1a608ae2f
Merge pull request #266069 from GaetanLepage/flax
...
python311Packages.flax: 0.7.4 -> 0.7.5
2023-11-08 17:48:54 +09:00
OTABI Tomoya
14d240cf96
Merge pull request #263709 from GaetanLepage/dask-awkward
...
python311Packages.dask-awkward: 2023.10.1 -> 2023.10.2, python311Packages.awkward: 2.4.6 -> 2.4.8, python311Packages.dask: 2023.10.0 -> 2023.10.1
2023-11-08 17:48:01 +09:00
OTABI Tomoya
cc8c19bebb
Merge pull request #264164 from phiadaarr/python3Packages.ducc0.32.0
...
python3Packages.ducc0: 0.31.0 -> 0.32.0
2023-11-08 17:36:04 +09:00
K900
63fe80d8d5
Merge pull request #266093 from K900/pipe-systemd-cat
...
treewide: replace `<command> | systemd-cat` with `systemd-cat <command>`
2023-11-08 11:28:44 +03:00
OTABI Tomoya
2732e7de60
Merge pull request #266019 from robert-manchester/scikit-survival-fix
...
python311Packages.scikit-survival: 0.21.0 -> 0.22.1; fix build
2023-11-08 17:21:40 +09:00
OTABI Tomoya
dcbe9faa12
Merge pull request #265744 from giomf/numbat-prelude
...
numbat: Add modules folder
2023-11-08 17:18:52 +09:00
Weijia Wang
3ffc003ef0
Merge pull request #265986 from khaneliman/fastfetch
...
fastfetch: 2.2.1 -> 2.2.2
2023-11-08 09:14:36 +01:00
Weijia Wang
668e3215c7
Merge pull request #266131 from Scrumplex/pkgs/prismlauncher/8.0
...
prismlauncher: 7.2 -> 8.0
2023-11-08 09:12:12 +01:00
Weijia Wang
a174783656
Merge pull request #266085 from FlorianFranzen/solaar_1.1.10
...
solaar: 1.1.9 -> 1.1.10
2023-11-08 09:10:49 +01:00
Weijia Wang
60226e673b
Merge pull request #266134 from vs49688/supersonic
...
supersonic: 0.6.0 -> 0.7.0
2023-11-08 09:09:37 +01:00
Gaël Reyrol
0499c5b6d1
phpExtensions.memprof: init at 3.0.2 ( #266086 )
2023-11-08 09:08:45 +01:00
Weijia Wang
be1b5209e2
Merge pull request #266157 from nicomem/sigtop
...
sigtop: 0.3.1 -> 0.7.0
2023-11-08 09:04:00 +01:00
Weijia Wang
9c999b73e3
Merge pull request #265960 from Fryuni/turso
...
turso-cli: 0.86.3 -> 0.87.1
2023-11-08 08:58:58 +01:00
Mario Rodas
3a8e3bb891
Merge pull request #265800 from aaronjheng/insightface
...
python3Packages.insightface: unbreak
2023-11-08 02:50:08 -05:00
Randy Eckenrode
b09f87fb0d
gcc48: disable on x86_64-darwin
...
According to Hydra, the last time GCC 4.8 successfully built on Darwin
was October 2014. It is possible to make the first stage build
successfully with clang, but the resulting GCC is not capable of reading
the Darwin SDK headers due to their use of `__can_include`.
It’s been broken for almost a decade, so just disable it.
2023-11-08 07:32:47 +00:00
Fabian Affolter
e5e1914cad
Merge pull request #265962 from r-ryantm/auto-update/python310Packages.mypy-boto3-builder
...
python310Packages.mypy-boto3-builder: 7.19.0 -> 7.19.1
2023-11-08 08:24:08 +01:00
Weijia Wang
4a5b222dfb
Merge pull request #266022 from fgaz/summoning-pixel-dungeon/1.2.5a
...
summoning-pixel-dungeon: 1.2.5 -> 1.2.5a
2023-11-08 07:43:15 +01:00
0x4A6F
3db5de3ba9
Merge pull request #266029 from R-VdP/zellij_0_39_0
...
zellij: 0.38.2 -> 0.39.0
2023-11-08 06:43:11 +01:00
K900
40e5c0270f
Merge pull request #265555 from aidalgol/heroic-2.10
...
heroic: 2.9.2 -> 2.10.0
2023-11-08 06:30:02 +03:00
R. Ryantm
97168d0264
python310Packages.optimum: 1.13.3 -> 1.14.0
2023-11-08 03:25:22 +00:00
Will Fancher
eaad9ece24
Merge pull request #266116 from ElvishJerricco/sd-s1-user-shells-fix-warning
...
nixos/initrd-ssh: Only warn about shell when using systemd initrd
2023-11-07 21:25:21 -05:00
Rodrigo Gryzinski
23a5f1f80d
nixos/wireguard: add wireguard to default kernel modules
...
Previously the module was only dynamically loaded on service startup,
this is needed in case security.lockKernelModules is enabled.
2023-11-07 22:02:51 -03:00
Jonathan Davies
fadcbfcc68
vector: 0.33.1 → 0.34.0
2023-11-08 00:09:18 +00:00
Robert Hensing
723cfc506a
Merge pull request #262579 from hercules-ci/qemu-utils-build-closure-size
...
`qemu-utils`: reduce build closure size
2023-11-08 00:56:10 +01:00
Robert Hensing
87391b681f
Merge pull request #265836 from hercules-ci/nixosTests-no-surprises
...
nixos/testing/nodes: Do allow aliases
2023-11-08 00:55:32 +01:00
Artturi
a3987f5122
Merge pull request #258429 from FliegendeWurst/wavebox-117.18-2
2023-11-08 01:43:24 +02:00
R. Ryantm
7cd8da8973
python310Packages.nvidia-ml-py: 12.535.108 -> 12.535.133
2023-11-07 23:03:31 +00:00
Artturi
c1cfba583d
Merge pull request #260050 from 6t8k/nixos-test-openssh-wait-for-sshd
2023-11-08 01:00:37 +02:00
Artturi
9dfb962c2a
Merge pull request #265143 from Sorixelle/zitadel-update
2023-11-08 00:58:51 +02:00
Fabian Affolter
9bbcd957a0
Merge pull request #266123 from fabaff/aiomysensors-bump
...
python311Packages.aiomysensors: 0.3.9 -> 0.3.10
2023-11-07 23:52:35 +01:00
Fabian Affolter
cb2823fd43
Merge pull request #266125 from fabaff/pyduotecno-bump
...
python311Packages.pyduotecno: 2023.11.0 -> 2023.11.1
2023-11-07 23:52:24 +01:00
Fabian Affolter
c5d8e9ef01
Merge pull request #266126 from fabaff/python-songpal-bump
...
python311Packages.python-songpal: 0.15.2 -> 0.16
2023-11-07 23:48:05 +01:00
Fabian Affolter
ad2ded1bb1
Merge pull request #266127 from fabaff/reolink-aio-bump
...
python311Packages.reolink-aio: 0.7.14 -> 0.7.15
2023-11-07 23:47:47 +01:00
Fabian Affolter
5cecf0f386
Merge pull request #266128 from fabaff/pyenphase-bump
...
python311Packages.pyenphase: 1.14.1 -> 1.14.2
2023-11-07 23:47:35 +01:00
Fabian Affolter
1eb992a26f
Merge pull request #266120 from fabaff/ldeep-bump
...
ldeep: 1.0.43 -> 1.0.44
2023-11-07 23:46:47 +01:00
Gabriella Gonzalez
aa75fa1eaa
haskell.lib.packagesFromDirectory: only .nix
files
...
This changes `haskell.lib.packagesFromDirectory` to ignore non-Nix
files so that it doesn't attempt to run `callPackage` on, say, a
`.md` file in the same directory.
2023-11-07 14:33:28 -08:00
Nicolas Mémeint
26a35eeb78
sigtop: 0.3.1 -> 0.7.0
...
Update the version and set platforms to all as it is not only available
to darwin ones
2023-11-07 23:28:36 +01:00
Justin Bedő
5cd7971391
Merge pull request #264872 from r-ryantm/auto-update/last
...
last: 1471 -> 1499
2023-11-08 09:21:48 +11:00
Artturi
d24da52844
Merge pull request #265764 from amjoseph-nixpkgs/pr/pythonForBuild
2023-11-08 00:13:25 +02:00
Nick Cao
878631d48a
Merge pull request #266065 from NickCao/edk2-pytool-library
...
python311Packages.edk2-pytool-library: set meta.platforms
2023-11-07 17:10:15 -05:00