Age | Commit message (Expand) | Author |
---|---|---|
2023-10-18 | 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. | Efraim Flashner |
2023-10-18 | 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. | Efraim Flashner |
2023-10-18 | 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> | Fries |
2023-10-18 | 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> | Fries |
2023-10-18 | gnu: Add rust-1.69....* gnu/packages/rust.scm (rust-1.69): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | Fries |
2023-10-17 | 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. | Efraim Flashner |
2023-10-17 | doc: Clarify partition LBA compatibility....* doc/guix.texi (partition Reference): Clarify LBA compatibility. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> | Gabriel Wicki |
2023-10-17 | 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> | Josselin Poiret |
2023-10-17 | scripts: weather: Handle EPIPE errors when displaying help....* guix/scripts/weather.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: upgrade: Handle EPIPE errors when displaying help....* guix/scripts/upgrade.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: time-machine: Handle EPIPE errors when displaying help....* guix/scripts/time-machine.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: substitute: Handle EPIPE errors when displaying help....* guix/scripts/substitute.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: system: Handle EPIPE errors when displaying help....* guix/scripts/system.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: style: Handle EPIPE errors when displaying help....* guix/scripts/style.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: size: Handle EPIPE errors when displaying help....* guix/scripts/size.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: show: Handle EPIPE errors when displaying help....* guix/scripts/show.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: shell: Handle EPIPE errors when displaying help....* guix/scripts/shell.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: search: Handle EPIPE errors when displaying help....* guix/scripts/search.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: repl: Handle EPIPE errors when displaying help....* guix/scripts/repl.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: remove: Handle EPIPE errors when displaying help....* guix/scripts/remove.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: refresh: Handle EPIPE errors when displaying help....* guix/scripts/refresh.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | 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. | Simon Tournier |
2023-10-17 | scripts: publish: Handle EPIPE errors when displaying help....* guix/scripts/publish.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: processes: Handle EPIPE errors when displaying help....* guix/scripts/processes.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | 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. | Simon Tournier |
2023-10-17 | scripts: pack: Handle EPIPE errors when displaying help....* guix/scripts/pack.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: offload: Handle EPIPE errors when displaying help....* guix/scripts/offload.scm (guix-offload): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: locate: Handle EPIPE errors when displaying help....* guix/scripts/locate.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: lint: Handle EPIPE errors when displaying help....* guix/scripts/lint.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: install: Handle EPIPE errors when displaying help....* guix/scripts/install.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: import: Handle EPIPE errors when displaying help....* guix/scripts/import.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: home: Handle EPIPE errors when displaying help....* guix/scripts/home.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: hash: Handle EPIPE errors when displaying help....* guix/scripts/hash.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: graph: Handle EPIPE errors when displaying help....* guix/scripts/graph.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: git: Handle EPIPE errors when displaying help....* guix/scripts/git.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: gc: Handle EPIPE errors when displaying help....* guix/scripts/gc.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: edit: Handle EPIPE errors when displaying help....* guix/scripts/edit.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: download: Handle EPIPE errors when displaying help....* guix/scripts/download.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: discover: Handle EPIPE errors when displaying help....* guix/scripts/discover.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: describe: Handle EPIPE errors when displaying help....* guix/scripts/describe.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: deploy: Handle EPIPE errors when displaying help....* guix/scripts/deploy.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: copy: Handle EPIPE errors when displaying help....* guix/scripts/copy.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: container: Handle EPIPE errors when displaying help....* guix/scripts/container.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: challenge: Handle EPIPE errors when displaying help....* guix/scripts/challenge.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: build: Handle EPIPE errors when displaying help....* guix/scripts/build.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | scripts: archive: Handle EPIPE errors when displaying help....* guix/scripts/archive.scm (%options): Handle EPIPE errors when displaying help. | Simon Tournier |
2023-10-17 | ui: Handle EPIPE errors when displaying Guix version....Fixes <https://issues.guix.gnu.org/66254>. Reported by Clément Lassieur <clement@lassieur.org>. * guix/ui.scm (show-version-and-exit): Handle EPIPE errors when displaying version. | Simon Tournier |
2023-10-17 | gnu: Add r-metacell....* gnu/packages/bioinformatics.scm (r-metacell): New variable. | Afkhami, Navid |
2023-10-17 | gnu: Add r-tgutil....* gnu/packages/statistics.scm (r-tgutil): New variable. | Afkhami, Navid |
2023-10-17 | gnu: r-tgstat: Update to 2.3.24....* gnu/packages/statistics.scm (r-tgstat): Delete variable. * gnu/packages/cran.scm (r-tgstat): Add updated variable here. [native-inputs]: Add r-knitr. [propagated-inputs]: Remove r-rcpp. [arguments]: Remove fix-isnan phase. | Afkhami, Navid |