Alyssa Ross
52a13b8125
separateDebugInfo: use NIX_RUSTFLAGS
...
Setting RUSTFLAGS causes Cargo to ignore other ways of configuring
flags, including the target-specific RUSTFLAGS options. This broke
pkgsCross.musl64.crosvm, and was surprising to users.
Fixes: https://github.com/NixOS/nixpkgs/pull/261727
2023-11-30 09:23:06 +00:00
Alyssa Ross
8929ba838f
rustc: use the wrapper for fastCross sysroot
...
This avoids having two layers of wrapper for cross rustc.
2023-11-30 09:23:06 +00:00
Alyssa Ross
8b51cdd3be
rustc: add a compiler wrapper
...
We keep running into situations where we can't get the right
combination of rustc flags through build systems into rustc.
RUSTFLAGS is the only variable supported across build systems, but if
RUSTFLAGS is set, Cargo will ignore all other ways of specifying rustc
flags, including the target-specific ones, which we need to make
dynamic musl builds work. (This is why pkgsCross.musl64.crosvm is
currently broken — it works if you unset separateDebugInfo, which
causes RUSTFLAGS not to be set.)
So, we need to do the same thing we do for C and C++ compilers, and
add a compiler wrapper so we can inject the flags we need, regardless
of the build system.
Currently the wrapper only supports a single mechanism for injecting
flags — the NIX_RUSTFLAGS environment variable. As time goes on,
we'll probably want to add additional features, like target-specific
environment variables.
2023-11-30 09:23:06 +00:00
Pierre Bourdon
f5c27c6136
Merge pull request #270254 from lourkeur/chia-drop
...
chia: drop
2023-11-30 10:21:56 +01:00
OTABI Tomoya
3f84b6a6e4
Merge pull request #270826 from emilytrau/importlab-darwin
...
python3Packages.importlab: fix darwin support
2023-11-30 18:08:04 +09:00
Bu Kun
9cf0738eaf
todoist-electron: 8.9.3 -> 8.10.1
2023-11-30 16:59:33 +08:00
OTABI Tomoya
687dc6e342
Merge pull request #270942 from r-ryantm/auto-update/python311Packages.pynamodb
...
python311Packages.pynamodb: 5.5.0 -> 5.5.1
2023-11-30 17:59:12 +09:00
OTABI Tomoya
7806451991
Merge pull request #270966 from imincik/rasterio-gdal-3.8.0-patches
...
python3Packages.rasterio: add patches to build with GDAL 3.8.0
2023-11-30 17:58:26 +09:00
Randy Eckenrode
34da65ba2a
gcc6: don’t link libstdc++ to CoreFoundation
...
Using flat namespaces causes libstdc++ to link CoreFoundation, but
that fails after #265102 . Since CoreFoundation is not actually needed,
disable flat namespaces to avoid linking it unnecessarily.
Disabling flat namespaces matches the behavior of newer versions of
libstdc++ (GCC 7+) when building for newer Darwin hosts (10.5+).
2023-11-30 08:53:50 +00:00
Fabian Affolter
bcb34ba8b7
python311Packages.qcodes-loop: remove
...
Deprecation Spring 2023
2023-11-30 09:44:06 +01:00
Fabian Affolter
0de321de72
python311Packages.qcodes: disable flaky tests
2023-11-30 09:43:07 +01:00
R. Ryantm
3631156b43
python310Packages.coinmetrics-api-client: 2023.11.13.14 -> 2023.11.27.17
2023-11-30 08:41:55 +00:00
Vincent Laporte
0881edb66a
coqPackages.{hydra-battles,gaia-hydras}: 0.6 → 0.9
2023-11-30 09:40:04 +01:00
Vincent Laporte
3687843675
coqPackages.gaia: 1.15 → 1.17
2023-11-30 09:40:04 +01:00
Adam Joseph
310cda5a0c
mkAdoptopenjdk: allow missing {jre,jdk}-openj9 attribute
2023-11-30 09:36:06 +01:00
Adam Joseph
72985fe2d1
cudaPackages_10.cudaFlags: fix broken eval
2023-11-30 09:36:06 +01:00
Adam Joseph
e30975f832
darwin.iosSdkPkgs: fix broken eval
2023-11-30 09:36:05 +01:00
Adam Joseph
bffbf8bb53
test.cuda: fix broken eval
2023-11-30 09:36:05 +01:00
Aaron Jheng
395a593848
mysql-shell-innovation: 8.2.0 -> 8.2.1
2023-11-30 08:26:42 +00:00
Arnout Engelen
0f305eab01
Merge pull request #270974 from Samuel-Martineau/fix/pastebinit
...
pastebinit: change upstream to maintained fork, add tests, and manpage
2023-11-30 09:23:49 +01:00
Pavel Sobolev
6755e47637
mold: 2.3.3 -> 2.4.0
2023-11-30 11:20:56 +03:00
R. Ryantm
dbe4453f43
python310Packages.cloup: 3.0.2 -> 3.0.3
2023-11-30 08:10:41 +00:00
Aaron Jheng
936af71635
okteto: 2.22.0 -> 2.22.3
2023-11-30 08:10:41 +00:00
0x4A6F
d2f86d9e2d
Merge pull request #271005 from r-ryantm/auto-update/dasel
...
dasel: 2.4.1 -> 2.5.0
2023-11-30 09:07:37 +01:00
Fabian Affolter
9db033c6d7
Merge pull request #270098 from fabaff/aws-sam-translator-bump
...
python311Packages.aws-sam-translator: 1.78.0 -> 1.81.0
2023-11-30 09:07:05 +01:00
Fabian Affolter
776c427910
python311Packages.qcodes: 0.41.1 -> 0.42.0
...
Diff: https://github.com/QCoDeS/Qcodes/compare/refs/tags/v0.41.1...v0.42.0
Changelog: https://github.com/QCoDeS/Qcodes/releases/tag/v0.42.0
2023-11-30 09:02:10 +01:00
Fabian Affolter
b410b4c680
Merge pull request #268667 from fabaff/azure-identity-bump
...
python311Packages.azure-identity: 1.14.0 -> 1.15.0
2023-11-30 09:01:02 +01:00
OTABI Tomoya
b4a01cdf31
Merge pull request #270055 from natsukium/anthropic/update
...
python311Packages.anthropic: 0.5.0 -> 0.7.4
2023-11-30 16:59:07 +09:00
Fabian Affolter
0fe3e11ad0
Merge pull request #270097 from fabaff/nitrokey-app-refactor
...
nitrokey-app: refactor
2023-11-30 08:58:54 +01:00
Fabian Affolter
56fe90269c
Merge pull request #270880 from fabaff/bc-jsonpath-ng-bump
...
python311Packages.bc-jsonpath-ng: 1.5.9 -> 1.6.1
2023-11-30 08:58:21 +01:00
Fabian Affolter
aab46215e8
python311Packages.canmatrix: add optional-dependencies
2023-11-30 08:55:48 +01:00
Fabian Affolter
a90ce20c9c
python311Packages.canmatrix: add changelog to meta
2023-11-30 08:55:11 +01:00
R. Ryantm
986af5c774
python310Packages.canmatrix: 0.9.5 -> 1.0
2023-11-30 08:55:11 +01:00
Fabian Affolter
cfa58ed44c
Merge pull request #271062 from r-ryantm/auto-update/python311Packages.peft
...
python311Packages.peft: 0.6.0 -> 0.6.2
2023-11-30 08:50:41 +01:00
Fabian Affolter
4358d06d99
python311Packages.cryptography-vectors: 41.0.5 -> 41.0.7
2023-11-30 08:45:27 +01:00
Fabian Affolter
e0f242aefe
python311Packages.cryptography: 41.0.5 -> 41.0.7
...
Changelog: https://cryptography.io/en/latest/changelog/#v41-0-7
Fixes CVE-2023-49083
2023-11-30 08:44:44 +01:00
Mario Rodas
8111337540
Merge pull request #271058 from Gerg-L/spicetify
...
spicetify-cli: 2.27.1 -> 2.27.2
2023-11-30 02:32:53 -05:00
Mario Rodas
2c69a23d8e
Merge pull request #271053 from DeeUnderscore/update/streamlink-6.4.2
...
streamlink: 6.4.1 -> 6.4.2
2023-11-30 02:32:16 -05:00
Mario Rodas
5a5996716f
Merge pull request #271065 from kashw2/syft
...
syft: 0.97.1 -> 0.98.0
2023-11-30 02:31:34 -05:00
Mario Rodas
c462586977
Merge pull request #271084 from marsam/update-lean4
...
lean4: 4.2.0 -> 4.3.0
2023-11-30 02:30:54 -05:00
Fabian Affolter
644d9732b1
Merge pull request #271046 from fabaff/aiorecollect-bump
...
python311Packages.aiorecollect: 2023.09.0 -> 2023.11.0
2023-11-30 08:28:22 +01:00
OTABI Tomoya
3f94a03a8c
Merge pull request #270571 from r-ryantm/auto-update/python310Packages.clarifai-grpc
...
python310Packages.clarifai-grpc: 9.10.5 -> 9.10.6
2023-11-30 16:28:03 +09:00
Fabian Affolter
afc4429dfd
Merge pull request #271045 from fabaff/zamg-bump
...
python311Packages.zamg: 0.3.1 -> 0.3.3
2023-11-30 08:27:28 +01:00
Fabian Affolter
eebb408048
Merge pull request #271044 from fabaff/pyopenuv-bump
...
python311Packages.pyopenuv: 2023.08.0 -> 2023.11.0
2023-11-30 08:27:16 +01:00
Fabian Affolter
f02896c80f
Merge pull request #271022 from fabaff/checkov-bump
...
checkov: 3.1.18 -> 3.1.19
2023-11-30 08:27:06 +01:00
Fabian Affolter
1841cac474
Merge pull request #271047 from fabaff/pyairvisual-bump
...
python311Packages.pyairvisual: 2023.08.0 -> 2023.11.0
2023-11-30 08:26:13 +01:00
OTABI Tomoya
e45c9c6a1d
Merge pull request #271055 from r-ryantm/auto-update/python311Packages.optimum
...
python311Packages.optimum: 1.14.0 -> 1.14.1
2023-11-30 16:24:09 +09:00
Robert Schütz
c6f3c0403f
Merge pull request #270307 from dotlambda/trove-classifiers-2023.11.22
...
python311Packages.trove-classifiers: 2023.8.7 -> 2023.11.22
2023-11-29 23:21:29 -08:00
Ameer Taweel
54a8f13f93
avr-sim: init at 2.8
2023-11-30 08:19:36 +01:00
Robert Schütz
c05d8bb3a0
Merge pull request #271017 from dotlambda/keyrings-google-artifactregistry-auth-1.1.2
...
python311Packages.keyrings-google-artifactregistry-auth: 1.1.1 -> 1.1.2
2023-11-29 22:55:20 -08:00