Commit Graph

4363 Commits

Author SHA1 Message Date
Alyssa Ross
3fe9664e2a rustup: convert to cargoHash
This used to have git dependencies, but no longer does.

Fixes: 26f5d6fbec ("rustup: 1.25.2 -> 1.26.0")
2024-08-06 21:43:48 +02:00
Alyssa Ross
7bf3046c00 cargo-release: 0.25.0 -> 0.25.10
Required to build with Rust 1.80.

Link: https://github.com/rust-lang/rust/issues/127343
2024-08-06 20:30:07 +02:00
github-actions[bot]
5ca6720152 Merge master into staging-next 2024-08-06 18:01:00 +00:00
Matthew Bauer
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
github-actions[bot]
6c87856002 Merge staging-next into staging 2024-08-06 12:01:45 +00:00
Alyssa Ross
6fbb060808 cargo-c: 0.9.32 -> 0.10.2
Required to build with Rust 1.80.

Link: https://github.com/rust-lang/rust/issues/127343
2024-08-06 08:24:09 +02:00
Peder Bergebakken Sundt
462b96d2a1 Merge pull request #326243 from jcaesar/pr-13
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
Utkarsh Gupta
ee6a796cc6 cargo-deny: 0.16.0 -> 0.16.1 2024-08-05 12:13:49 +01:00
Anderson Torres
0b66fb05d6 rust-bindgen: remove ralith from meta.maintainers [inactivity] [no orphans] 2024-08-05 00:51:30 -03:00
Vlad M.
e348e455eb Merge pull request #331820 from ozwaldorf/cargo-hakari-0.9.30
cargo-hakari: 0.9.28 -> 0.9.30
2024-08-04 09:45:53 +03:00
Julius Michaelis
6a9beaf893 treewide: skip generating shell completions using $out/bin/… when cross compiling
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:

  postInstall = ''
    installShellCompletion --cmd foo \
      --bash <($out/bin/foo completion bash) \
      …

This commit just guards those with

lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)

splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
Aleksana
33309ebfa3 Merge pull request #331886 from Sigmanificient/remove-unused-arguments-pkgs-dev
pkgs/development: remove unused arguments
2024-08-04 09:27:16 +08:00
Anselm Schüler
e1354a3538 maintainers: partially remove anselmschueler 2024-08-03 19:09:47 +02:00
Sigmanificient
63d05d989e pkgs/development: remove unused arguments 2024-08-03 17:18:20 +02:00
Nick Cao
d593433c76 Merge pull request #331977 from utkarshgupta137/master
cargo-deny: 0.15.0 -> 0.16.0
2024-08-03 10:18:31 -04:00
Utkarsh Gupta
c335872786 cargo-deny: 0.15.0 -> 0.16.0 2024-08-03 13:31:21 +01:00
R. Ryantm
60d35394e3 sqlx-cli: 0.7.4 -> 0.8.0 2024-08-03 03:28:13 +00:00
ozwaldorf
9d80cddfbe cargo-hakari: rfc style formatting 2024-08-02 13:24:19 -04:00
ozwaldorf
6b5fd20954 cargo-hakari: 0.9.28 -> 0.9.30 2024-08-02 13:01:25 -04:00
Matthias Beyer
5179c7fb85 Merge pull request #331407 from r-ryantm/auto-update/cargo-component
cargo-component: 0.14.0 -> 0.15.0
2024-08-01 13:14:54 +02:00
R. Ryantm
f5147ffef3 cargo-modules: 0.16.6 -> 0.16.8 2024-08-01 10:32:55 +00:00
R. Ryantm
ad70437236 cargo-mobile2: 0.12.2 -> 0.13.0 2024-08-01 01:04:34 +00:00
R. Ryantm
b1e27a8646 cargo-component: 0.14.0 -> 0.15.0 2024-08-01 00:59:18 +00:00
Diogo Correia
da5ae1bd60 postgresqlPackages.pgvecto-rs: 0.2.1 -> 0.3.0 2024-07-30 01:23:15 +01:00
R. Ryantm
2f0d7b0ba8 rust-analyzer-unwrapped: 2024-07-15 -> 2024-07-22 2024-07-28 17:45:46 +00:00
github-actions[bot]
614efe64e8 Merge master into staging-next 2024-07-27 12:01:12 +00:00
Matthias Beyer
b250bc0454 Merge pull request #330349 from r-ryantm/auto-update/cargo-public-api
cargo-public-api: 0.36.0 -> 0.37.0
2024-07-27 10:37:24 +02:00
R. Ryantm
b5251c9822 cargo-public-api: 0.36.0 -> 0.37.0 2024-07-27 07:40:21 +00:00
Vladimír Čunát
64c6a981fe Merge branch 'master' into staging-next 2024-07-27 09:18:58 +02:00
Matthias Beyer
117e019c5d Merge pull request #330103 from r-ryantm/auto-update/cargo-workspaces
cargo-workspaces: 0.3.2 -> 0.3.5
2024-07-26 20:41:47 +02:00
Matthias Beyer
816155d48f Merge pull request #330097 from r-ryantm/auto-update/cargo-deny
cargo-deny: 0.14.24 -> 0.15.0
2024-07-26 20:40:15 +02:00
Matthias Beyer
a024c7fabc Merge pull request #330145 from r-ryantm/auto-update/cargo-mutants
cargo-mutants: 24.7.0 -> 24.7.1
2024-07-26 20:39:34 +02:00
Martin Weinelt
93f4195fe0 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Aleksana
577a9c43f3 Merge pull request #330042 from Sigmanificient/remove-leading-space-description
treewide: remove trailing space in description
2024-07-26 23:48:02 +08:00
R. Ryantm
69c616a2e2 cargo-mutants: 24.7.0 -> 24.7.1 2024-07-26 10:58:54 +00:00
Sigmanificient
6dd44107ac treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
R. Ryantm
c315b7bb99 cargo-workspaces: 0.3.2 -> 0.3.5 2024-07-26 07:34:14 +00:00
R. Ryantm
db232207fe cargo-deny: 0.14.24 -> 0.15.0 2024-07-26 07:15:41 +00:00
K900
1410c766c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-26 08:41:08 +03:00
Sigmanificient
543cd40ecc treewide: remove trailing space in description
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
Nick Cao
39e31538cc Merge pull request #329847 from r-ryantm/auto-update/cargo-deb
cargo-deb: 2.5.0 -> 2.5.1
2024-07-25 18:57:55 -04:00
github-actions[bot]
f20ed12f93 Merge master into staging-next 2024-07-25 12:01:18 +00:00
nikstur
a9d164fed4 Merge pull request #329734 from r-ryantm/auto-update/cargo-cyclonedx
cargo-cyclonedx: 0.5.3 -> 0.5.4
2024-07-25 10:42:32 +02:00
R. Ryantm
07f729f195 cargo-deb: 2.5.0 -> 2.5.1 2024-07-25 07:30:15 +00:00
Matthias Beyer
9a0162c8b0 Merge pull request #328093 from r-ryantm/auto-update/cargo-dist
cargo-dist: 0.18.0 -> 0.19.1
2024-07-25 09:26:01 +02:00
R. Ryantm
2f5fb56cb3 cargo-semver-checks: 0.32.0 -> 0.33.0 2024-07-25 02:34:45 +00:00
R. Ryantm
06cba1f89e cargo-cyclonedx: 0.5.3 -> 0.5.4 2024-07-24 20:55:52 +00:00
github-actions[bot]
09a27d5bc1 Merge master into staging-next 2024-07-23 00:02:18 +00:00
R. Ryantm
80f1af4dc0 cargo-hack: 0.6.29 -> 0.6.30 2024-07-22 08:08:46 +00:00
github-actions[bot]
e533bfc8da Merge master into staging-next 2024-07-20 18:01:23 +00:00