Age | Commit message (Collapse) | Author |
|
* gnu/packages/crates-gtk.scm (rust-cairo-rs-0.17): New variable.
(rust-cairo-rs-0.15): Inherit from rust-cairo-rs-0.17.
|
|
* 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.
|
|
* 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.
|
|
* 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.
|
|
* 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.
|
|
* 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.
|
|
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>
|
|
* 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>
|
|
* gnu/packages/rust.scm (rust-1.69): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/python-crypto.scm (python-pgpy): Update to 0.6.0.
[propagated-inputs]: Remove python-singledispatch and python-six.
|
|
* doc/guix.texi (partition Reference): Clarify LBA compatibility.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
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>
|
|
* guix/scripts/weather.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/upgrade.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/time-machine.scm (%options): Handle EPIPE errors when
displaying help.
|
|
* guix/scripts/substitute.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/system.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/style.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/size.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/show.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/shell.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/search.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/repl.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/remove.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/refresh.scm (%options): Handle EPIPE errors when displaying
help.
|
|
Reported by Mathieu Othacehe <othacehe@gnu.org>.
* guix/scripts/pull.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/publish.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/processes.scm (%options): Handle EPIPE errors when displaying
help.
|
|
Reported by Mathieu Othacehe <othacehe@gnu.org>.
* guix/scripts/package.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/pack.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/offload.scm (guix-offload): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/locate.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/lint.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/install.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/import.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/home.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/hash.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/graph.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/git.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/gc.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/edit.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/download.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/discover.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/describe.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/deploy.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/copy.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/container.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/challenge.scm (%options): Handle EPIPE errors when displaying
help.
|
|
* guix/scripts/build.scm (%options): Handle EPIPE errors when displaying help.
|
|
* guix/scripts/archive.scm (%options): Handle EPIPE errors when displaying
help.
|