Commit graph

125772 commits

Author SHA1 Message Date
Efraim Flashner 74130b5e1d
gnu: Add rust-cuda-std-0.2.
* gnu/packages/crates-io.scm (rust-cuda-std-0.2): New variable.
2023-10-18 11:35:42 +03:00
Efraim Flashner 4e65f4b147
gnu: Add rust-cuda-std-macros-0.2.
* gnu/packages/crates-io.scm (rust-cuda-std-macros-0.2): New variable.
2023-10-18 11:35:42 +03:00
Efraim Flashner 724bd35224
gnu: Add rust-cssparser-0.29.
* gnu/packages/crates-io.scm (rust-cssparser-0.29): New variable.
(rust-cssparser-0.28): Inherit from rust-cssparser-0.29.
2023-10-18 11:35:41 +03:00
Efraim Flashner 278f8a7de8
gnu: Add rust-pangocairo-0.17.
* gnu/packages/crates-gtk.scm (rust-pangocairo-0.17): New variable.
(rust-pangocairo-0.15): Inherit from rust-pangocairo-0.17.
2023-10-18 11:35:41 +03:00
Efraim Flashner bd73bec121
gnu: Add rust-pangocairo-sys-0.17.
* gnu/packages/crates-gtk.scm (rust-pangocairo-sys-0.17): New variable.
(rust-pangocairo-sys-0.15): Inherit from rust-pangocairo-sys-0.17.
2023-10-18 11:35:41 +03:00
Efraim Flashner 063bc94017
gnu: Add rust-pango-sys-0.17.
* gnu/packages/crates-gtk.scm (rust-pango-sys-0.17): New variable.
(rust-pango-sys-0.15): Inherit from rust-pango-sys-0.17.
2023-10-18 11:35:41 +03:00
Efraim Flashner 3e52fbcf34
gnu: Add rust-pango-0.17.
* gnu/packages/crates-gtk.scm (rust-pango-0.17): New variable.
(rust-pango-0.15): Inherit from rust-pango-0.17.
2023-10-18 11:35:41 +03:00
Efraim Flashner 55b3817d53
gnu: Add rust-gio-0.17.
* gnu/packages/crates-gtk.scm (rust-gio-0.17): New variable.
(rust-gio-0.15): Inherit from rust-gio-0.17.
2023-10-18 11:35:41 +03:00
Efraim Flashner e622d62f4a
gnu: Add rust-gdk-pixbuf-sys-0.17.
* gnu/packages/crates-gtk.scm (rust-gdk-pixbuf-sys-0.17): New variable.
(rust-gdk-pixbuf-sys-0.15): Inherit from rust-gdk-pixbuf-sys-0.17.
2023-10-18 11:35:41 +03:00
Efraim Flashner 62e9ca2792
gnu: Add rust-gdk-pixbuf-0.17.
* gnu/packages/crates-gtk.scm (rust-gdk-pixbuf-0.17): New variable.
(rust-gdk-pixbuf-0.15): Inherit from rust-gdk-pixbuf-0.17.
2023-10-18 11:35:41 +03:00
Efraim Flashner 62c961d311
gnu: Add rust-cairo-sys-rs-0.17.
* gnu/packages/crates-gtk.scm (rust-cairo-sys-rs-0.17): New variable.
(rust-cairo-sys-rs-0.15): Inherit from rust-cairo-sys-rs-0.17.
2023-10-18 11:35:40 +03:00
Efraim Flashner 24eacc88cd
gnu: Add rust-cairo-rs-0.17.
* gnu/packages/crates-gtk.scm (rust-cairo-rs-0.17): New variable.
(rust-cairo-rs-0.15): Inherit from rust-cairo-rs-0.17.
2023-10-18 11:35:40 +03:00
Efraim Flashner df93d8a9f8
gnu: rust: Build more tools.
* gnu/packages/rust.scm (rust)[outputs]: Rename 'rustfmt' output to
'tools'.
[arguments]: Adjust 'build, 'check and 'install phases to also provide
clippy and rust-analyzer.
2023-10-18 11:35:40 +03:00
Efraim Flashner 868d17acf7
gnu: rust-fd-lock-3: Update to 3.0.12.
* gnu/packages/crates-io.scm (rust-fd-lock-3): Update to 3.0.12.
[arguments]: Don't skip build.
[cargo-inputs]: Add rust-rustix-0.37, rust-windows-sys-0.48. Remove
rust-libc-0.2, rust-winapi-0.3.
[cargo-development-inputs]: Add rust-tempfile-3.
2023-10-18 11:35:40 +03:00
Efraim Flashner c2ac2e3f38
build: cargo-build-system: Check for pregenerated files.
* guix/build/cargo-build-system.scm (check-for-pregenerated-files): New
procedure.
(%standard-phases): Add 'check-for-pregenerated-files phase between
'unpack and 'unpack-rust-crates.
2023-10-18 11:35:40 +03:00
Efraim Flashner f5907db6eb
gnu: rust-rustix-0.37: Remove precompiled files.
* gnu/packages/crates-io.scm (rust-rustix-0.37)[source]: Add snippet to
remove precompiled files and to not require them while building the
package.
(rust-rustix-0.36, rust-rustix-0.35): Inherit changes from
rust-rustix-0.37.
2023-10-18 11:35:40 +03:00
Efraim Flashner 14d87c3827
gnu: rust: Update to 1.70.0.
* gnu/packages/rust.scm (rust): Update to 1.70.0.
[arguments]: Remove 'patch-cargo-env-shebang phase. Adjust custom phases
'disable-tests-requiring-git, disable-tests-requiring-mercurial,
'patch-command-uid-gid-test for changes in the source.  Simplify custom
phases 'disable-tests-broken-on-aarch64, 'patch-process-tests,
'patch-command-exec-tests, 'disable-interrupt-tests.
2023-10-18 11:35:40 +03:00
Fries 839f16dbee
gnu: rust: Add make-ignore-test-list function.
A little helper function to make creating a list to ignore tests easier.

* gnu/packages/rust.scm (make-ignore-test-list): New function.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-10-18 11:35:39 +03:00
Fries 299a223835
gnu: Add rust-1.70.
* gnu/packages/rust.scm (rust-1.70): New variable.
* gnu/packages/patches/rust-1.70-fix-rustix-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register file.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-10-18 11:35:39 +03:00
Fries fb04d0139e
gnu: Add rust-1.69.
* gnu/packages/rust.scm (rust-1.69): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-10-18 11:35:39 +03:00
Efraim Flashner 7823c65040
gnu: python-pgpy: Update to 0.6.0.
* gnu/packages/python-crypto.scm (python-pgpy): Update to 0.6.0.
[propagated-inputs]: Remove python-singledispatch and python-six.
2023-10-17 18:13:19 +03:00
Gabriel Wicki e80022ff3a
doc: Clarify partition LBA compatibility.
* doc/guix.texi (partition Reference): Clarify LBA compatibility.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-10-17 15:11:12 +02:00
Josselin Poiret dcc5c34504
guix: import: opam: Handle list of licenses.
Fixes <https://issues.guix.gnu.org/issue/66461>.
Reported by Simon Tournier <zimon.toutoune@gmail.com>.

* guix/import/opam.scm (opam->guix-package): Handle lists of licenses.

Signed-off-by: Simon Tournier <zimon.toutoune@gmail.com>
2023-10-17 14:52:06 +02:00
Simon Tournier daaebc6457
scripts: weather: Handle EPIPE errors when displaying help.
* guix/scripts/weather.scm (%options): Handle EPIPE errors when displaying
help.
2023-10-17 14:52:06 +02:00
Simon Tournier 16e53f1687
scripts: upgrade: Handle EPIPE errors when displaying help.
* guix/scripts/upgrade.scm (%options): Handle EPIPE errors when displaying
help.
2023-10-17 14:52:06 +02:00
Simon Tournier a293b1cfa7
scripts: time-machine: Handle EPIPE errors when displaying help.
* guix/scripts/time-machine.scm (%options): Handle EPIPE errors when
displaying help.
2023-10-17 14:52:05 +02:00
Simon Tournier c4aa37fde9
scripts: substitute: Handle EPIPE errors when displaying help.
* guix/scripts/substitute.scm (%options): Handle EPIPE errors when displaying
help.
2023-10-17 14:52:05 +02:00
Simon Tournier 6c5516ab83
scripts: system: Handle EPIPE errors when displaying help.
* guix/scripts/system.scm (%options): Handle EPIPE errors when displaying help.
2023-10-17 14:52:05 +02:00
Simon Tournier 08b16ebcb3
scripts: style: Handle EPIPE errors when displaying help.
* guix/scripts/style.scm (%options): Handle EPIPE errors when displaying help.
2023-10-17 14:52:04 +02:00
Simon Tournier 426f52826b
scripts: size: Handle EPIPE errors when displaying help.
* guix/scripts/size.scm (%options): Handle EPIPE errors when displaying help.
2023-10-17 14:52:04 +02:00
Simon Tournier d56940eb81
scripts: show: Handle EPIPE errors when displaying help.
* guix/scripts/show.scm (%options): Handle EPIPE errors when displaying help.
2023-10-17 14:52:04 +02:00
Simon Tournier acdbb798d0
scripts: shell: Handle EPIPE errors when displaying help.
* guix/scripts/shell.scm (%options): Handle EPIPE errors when displaying help.
2023-10-17 14:52:03 +02:00
Simon Tournier 94e0496aa8
scripts: search: Handle EPIPE errors when displaying help.
* guix/scripts/search.scm (%options): Handle EPIPE errors when displaying
help.
2023-10-17 14:52:03 +02:00
Simon Tournier c5a5ccfa54
scripts: repl: Handle EPIPE errors when displaying help.
* guix/scripts/repl.scm (%options): Handle EPIPE errors when displaying help.
2023-10-17 14:52:03 +02:00
Simon Tournier 028de130d2
scripts: remove: Handle EPIPE errors when displaying help.
* guix/scripts/remove.scm (%options): Handle EPIPE errors when displaying help.
2023-10-17 14:52:02 +02:00
Simon Tournier ac9b2939d6
scripts: refresh: Handle EPIPE errors when displaying help.
* guix/scripts/refresh.scm (%options): Handle EPIPE errors when displaying
help.
2023-10-17 14:52:02 +02:00
Simon Tournier 0c0bcbdd83
scripts: pull: Handle EPIPE errors when displaying help.
Reported by Mathieu Othacehe <othacehe@gnu.org>.

* guix/scripts/pull.scm (%options): Handle EPIPE errors when displaying help.
2023-10-17 14:52:02 +02:00
Simon Tournier 3a665d789f
scripts: publish: Handle EPIPE errors when displaying help.
* guix/scripts/publish.scm (%options): Handle EPIPE errors when displaying
help.
2023-10-17 14:52:01 +02:00
Simon Tournier bfc6c54131
scripts: processes: Handle EPIPE errors when displaying help.
* guix/scripts/processes.scm (%options): Handle EPIPE errors when displaying
help.
2023-10-17 14:52:01 +02:00
Simon Tournier 4451982ac4
scripts: package: Handle EPIPE errors when displaying help.
Reported by Mathieu Othacehe <othacehe@gnu.org>.

* guix/scripts/package.scm (%options): Handle EPIPE errors when displaying
help.
2023-10-17 14:52:01 +02:00
Simon Tournier 61a7e16d8d
scripts: pack: Handle EPIPE errors when displaying help.
* guix/scripts/pack.scm (%options): Handle EPIPE errors when displaying help.
2023-10-17 14:52:00 +02:00
Simon Tournier ef8a615861
scripts: offload: Handle EPIPE errors when displaying help.
* guix/scripts/offload.scm (guix-offload): Handle EPIPE errors when displaying
help.
2023-10-17 14:52:00 +02:00
Simon Tournier 55c3776023
scripts: locate: Handle EPIPE errors when displaying help.
* guix/scripts/locate.scm (%options): Handle EPIPE errors when displaying
help.
2023-10-17 14:51:59 +02:00
Simon Tournier 078107289a
scripts: lint: Handle EPIPE errors when displaying help.
* guix/scripts/lint.scm (%options): Handle EPIPE errors when displaying help.
2023-10-17 14:51:59 +02:00
Simon Tournier a5d9042663
scripts: install: Handle EPIPE errors when displaying help.
* guix/scripts/install.scm (%options): Handle EPIPE errors when displaying
help.
2023-10-17 14:51:59 +02:00
Simon Tournier 79b6eef750
scripts: import: Handle EPIPE errors when displaying help.
* guix/scripts/import.scm (%options): Handle EPIPE errors when displaying help.
2023-10-17 14:51:58 +02:00
Simon Tournier f7c274c403
scripts: home: Handle EPIPE errors when displaying help.
* guix/scripts/home.scm (%options): Handle EPIPE errors when displaying help.
2023-10-17 14:51:58 +02:00
Simon Tournier 7d36333145
scripts: hash: Handle EPIPE errors when displaying help.
* guix/scripts/hash.scm (%options): Handle EPIPE errors when displaying help.
2023-10-17 14:51:58 +02:00
Simon Tournier ba8a43f220
scripts: graph: Handle EPIPE errors when displaying help.
* guix/scripts/graph.scm (%options): Handle EPIPE errors when displaying help.
2023-10-17 14:51:57 +02:00
Simon Tournier cba0fa6f4f
scripts: git: Handle EPIPE errors when displaying help.
* guix/scripts/git.scm (%options): Handle EPIPE errors when displaying help.
2023-10-17 14:51:57 +02:00