Doron Behar
75897919c7
openmpi: another nixfmt-rfc-style
2024-08-06 19:54:59 +03:00
Doron Behar
36494fe30f
openmpi: Handle all compiler wrappers consistently & declaratively
2024-08-06 19:54:59 +03:00
Doron Behar
13e4a573de
openmpi: fix gfortran targetPackages Nix attribute
2024-08-06 19:54:59 +03:00
Doron Behar
5809830ee6
openmpi: replace sed cross compilation fixes with substituteInPlace
...
Using substituteInPlace (with `--replace-fail`) is much safer.
2024-08-06 19:54:59 +03:00
Doron Behar
eaf636742e
openmpi: separate ortecc related moveToOutput commands
2024-08-06 19:54:59 +03:00
Doron Behar
d07b88749a
openmpi: separate opal_wrapper moveToOutput a bit
2024-08-06 19:54:59 +03:00
Doron Behar
2a4636b06c
openmpi: always use ${!outputDev} to allow easily disabling multiple outputs
2024-08-06 19:54:58 +03:00
Doron Behar
0d81346e5f
openmpi: use lib.*Feature functions to create configureFlags
2024-08-06 19:54:58 +03:00
Doron Behar
6f348b83ef
openmpi: always use lib.optionals and not lib.optional
...
Less confusing when to use a list and a single argument.
2024-08-06 19:54:58 +03:00
Doron Behar
494efeb70a
openmpi: put all common buildInputs in the same place
2024-08-06 19:54:58 +03:00
Doron Behar
51f5d82d75
openmpi: use more elegent lib.versions.majorMinor in src
2024-08-06 19:54:58 +03:00
Doron Behar
2613455670
openmpi: use a finalAttrs function to mkDerivation
2024-08-06 19:54:58 +03:00
Doron Behar
5ee3a6e510
openmpi: don't overuse 'with lib;' in meta
2024-08-06 19:54:58 +03:00
Doron Behar
f25c42c4da
openmpi: nixfmt-rfc-style
2024-08-06 19:54:46 +03:00
b0d8554f3c
prrte: init at 3.0.3
...
Co-authored-by: Markus Kowalewski <markus.kowalewski@gmail.com >
2024-08-06 19:53:59 +03:00
Doron Behar
e4900a8029
pmix: use substituteInPlace in cross-compilation fix
...
This ensures that this doesn't fail if the sed pattern all of a sudden
is incorrect
2024-08-06 19:53:59 +03:00
Kiskae
1cdd1efaf1
linuxPackages.nvidiaPackages.beta: 560.28.03 -> 560.31.02
2024-08-06 18:51:31 +02:00
Doron Behar and GitHub
716fcced47
Merge pull request #332710 from r-ryantm/auto-update/pistol
...
pistol: 0.5.1 -> 0.5.2
2024-08-06 16:48:29 +00:00
Michele Guerini Rocco and GitHub
e16e4d74c5
Merge pull request #332199 from illdefined/vapoursynth-new
...
vapoursynth: 65 → 69
2024-08-06 18:28:46 +02:00
Robert Schütz
1469a6fa74
python312Packages.python-rapidjson: 1.18 -> 1.20
...
Diff: https://github.com/python-rapidjson/python-rapidjson/compare/refs/tags/v1.18...v1.20
Changelog: https://github.com/python-rapidjson/python-rapidjson/blob/refs/tags/v1.20/CHANGES.rst
2024-08-06 09:17:35 -07:00
CnTeng
d385090a85
kulala-fmt: 1.1.0 -> 1.2.0
2024-08-07 00:16:52 +08:00
K900
7cd4d5d7a3
make-derivation.nix: better error reporting for conflicting env attributes
2024-08-06 18:57:51 +03:00
Franz Pletz and GitHub
75ceabad7d
Merge pull request #332729 from urandom2/wtwitch
2024-08-06 17:47:29 +02:00
R. Ryantm
a9ff071098
python312Packages.python-hcl2: 4.3.4 -> 4.3.5
2024-08-06 15:42:16 +00:00
a-kenji and Alyssa Ross
4c33e4b301
cosmic-bg: unstable-2023-10-10 -> 1.0.0-alpha.1
2024-08-06 17:35:14 +02:00
Fabian Affolter
47e5c2aa5f
python312Packages.aiosmtplib: 3.0.1 -> 3.0.2
...
Diff: https://github.com/cole/aiosmtplib/compare/refs/tags/v3.0.1...v3.0.2
Changelog: https://github.com/cole/aiosmtplib/releases/tag/v3.0.2
2024-08-06 17:23:38 +02:00
Fabian Affolter
040034ca0d
python312Packages.aioopenexchangerates: 0.4.14 -> 0.4.15
...
Diff: https://github.com/MartinHjelmare/aioopenexchangerates/compare/refs/tags/v0.4.14...v0.4.15
Changelog: https://github.com/MartinHjelmare/aioopenexchangerates/blob/v0.4.15/CHANGELOG.md
2024-08-06 17:21:49 +02:00
Matthew Bauer and GitHub
2a13929e1f
postgresqlPackages.timescaledb_toolkit: fix on macos ( #332353 )
...
* postgresqlPackages.timescaledb_toolkit: fix on macos
It looks like the macOS linker doesn’t like that some of the symbols
are undefined in the extension. They will be provided by the postgres
binary, but macOS linker checks that all symbols are defined.
Apparently, Linux allows these symbols to be undefined.
The -undefined flag changes this behavior:
> Specifies how undefined symbols are to be treated. Options are:
> error, warning, suppress, or dynamic_lookup. The default is error.
So, setting to dynamic_lookup makes the most sense here, and makes
this package work on macOS. I tried to see if pgvecto-rs, which also
uses buildPgrxExtension, would build. Unfortunately, it gave other
errors.
More information on the bug here: https://github.com/supabase/nix-postgres/issues/10
* Remove stdenv
2024-08-06 10:17:48 -05:00
R. Ryantm
d1774ec21e
protoc-gen-validate: 1.0.4 -> 1.1.0
2024-08-06 15:11:11 +00:00
Nydragon
ae4575d27b
walker: add update script
2024-08-06 17:08:10 +02:00
Nydragon
36467dc5ab
walker: 0.0.88 -> 0.6.7
...
https://github.com/abenz1267/walker/compare/v0.0.88...v0.6.7
2024-08-06 17:07:53 +02:00
Phani Rithvij and GitHub
fbf6ab328d
tdl: 0.17.1 -> 0.17.3 ( #331930 )
...
nixfmt-rfc-style fmt
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com >
2024-08-06 16:52:45 +02:00
Yuri Albuquerque
405114d4a0
anchor: 0.30.0 -> 0.30.1
...
https://github.com/coral-xyz/anchor/releases/tag/v0.30.1
2024-08-06 11:35:56 -03:00
R. Ryantm
0260b66b95
marwaita-teal: 20.3 -> 20.3.1
2024-08-06 14:35:01 +00:00
K900 and GitHub
7c8b2a22dc
Merge pull request #332737 from K900/plasma-6.1.4
...
kdePackages: Plasma 6.1.3 -> 6.1.4
2024-08-06 17:26:00 +03:00
Franz Pletz and GitHub
481d7272d1
Merge pull request #201202 from m-bdf/sdboot-infinite-timeout
2024-08-06 16:25:25 +02:00
Fabian Affolter
19594df2d2
python312Packages.meshtastic: 2.3.11 -> 2.3.14
...
Changelog: https://github.com/meshtastic/python/releases/tag/2.3.14
2024-08-06 16:25:01 +02:00
Fabian Affolter
3d247dae22
python312Packages.riden: init at 1.2.1
...
Module for Riden RD power supplies
https://github.com/geeksville/riden
2024-08-06 16:25:01 +02:00
Fabian Affolter
9ff53b879e
python312Packages.modbus-tk: 1.1.1 -> 1.1.3
2024-08-06 16:18:17 +02:00
Fabian Affolter
2c1c069215
python312Packages.pygatt: 4.0.5 -> 5.0.0
...
Diff: https://github.com/peplin/pygatt/compare/refs/tags/v4.0.5...v5.0.0
Changelog: https://github.com/peplin/pygatt/blob/v5.0.0/CHANGELOG.rst
2024-08-06 16:18:16 +02:00
Fabian Affolter and GitHub
d08e428206
Merge pull request #332714 from fabaff/modbus-tk
...
python312Packages.modbus-tk: init at 1.1.1
2024-08-06 16:09:11 +02:00
Fabian Affolter and GitHub
d870a47fad
Merge pull request #332716 from fabaff/print-color
...
python312Packages.ppk2-api: init at 0.9.2
2024-08-06 16:08:57 +02:00
Martin Weinelt and GitHub
f1e0d13ee3
Merge pull request #332608 from mweinelt/firefox-129.0
...
Firefox: 128.0.3 -> 129.0; Firefox-128-ESR: 128.0esr -> 128.1.0esr; Firefox-115-ESR: 115.13.0esr -> 115.14.0esr
2024-08-06 15:47:43 +02:00
R. Ryantm
7e8a4f7489
ockam: 0.129.0 -> 0.130.0
2024-08-06 13:47:40 +00:00
Colin Arnott
a5466bd591
wtwitch: migrate to by-name
2024-08-06 13:40:06 +00:00
K900
5bf97d939f
kdePackages: Plasma 6.1.3 -> 6.1.4
2024-08-06 16:29:35 +03:00
Fabian Affolter and GitHub
4c7574c283
Merge pull request #332643 from fabaff/boto3-stubs-bump
...
python312Packages.boto3-stubs: 1.34.153 -> 1.34.154, python312Packages.botocore-stubs: 1.34.153 -> 1.34.154
2024-08-06 15:27:33 +02:00
oxalica
23faf66c56
nil: migrate to by-name
2024-08-06 08:57:42 -04:00
WilliButz and GitHub
15d3397f18
Merge pull request #332514 from flokli/weeslack-fix
...
weechatScripts.wee-slack: apply fix for wee-slack/wee-slack#930
2024-08-06 14:56:11 +02:00
oxalica
6f9b7b68cf
nil: 2023-08-09 -> 2024-08-06
...
Diff: https://github.com/oxalica/nil/compare/2023-08-09...2024-08-06
Changelog: https://github.com/oxalica/nil/releases/tag/2024-08-06
2024-08-06 08:55:54 -04:00