~ruther/guix-local

1b0ec97b — Tobias Geerinckx-Rice 2 years ago
gnu: xen: Build reproducibly

* gnu/packages/virtualization.scm (xen)[source]: Add patches.
[arguments]: Add a new 'remove-cruft phase.
* gnu/packages/patches/xen-docs-use-predictable-ordering.patch,
* gnu/packages/patches/xen-remove-config.gz-timestamp.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them both.
d4714656 — Tobias Geerinckx-Rice 2 years ago
gnu: xen: Build in parallel.

I was unable to trigger any additional irreproducibility.
If you can, please disable PARRALLEL-BUILD? instead.

* gnu/packages/virtualization.scm (xen)[arguments]: Remove hard-coded
‘-j 1’ from the #:make-flags.  Honour PARALLEL-BUILD? in the 'build
phase.
91097713 — Tobias Geerinckx-Rice 2 years ago
gnu: xen: Update package style.

* gnu/packages/virtualization.scm (xen)
[arguments]: Rewrite as G-expressions.  Use SEARCH-INPUT-FILE whenever
possible.  Put SUBSTITUTE* features to use.
[native-inputs, inputs]: Remove input labels.
11f1d72d — Tobias Geerinckx-Rice 2 years ago
gnu: xen: Update to 4.14.6.

* gnu/packages/virtualization.scm (xen): Update to 4.14.6.
[arguments]: Remove obsolete quoting work-around for old bug.
Don't explicitly return #t from phases.
d7abe564 — Tobias Geerinckx-Rice 2 years ago
gnu: xen: Version the mini-os checkout.

* gnu/packages/virtualization.scm (xen)[native-inputs]: Add the Xen name
and version to the ‘…-mini-os-git-checkout’ store file name.
bd4761e0 — Tobias Geerinckx-Rice 2 years ago
gnu: qemu: Update to 8.1.1.

* gnu/packages/virtualization.scm (qemu): Update to 8.1.1.
df7c9178 — Tobias Geerinckx-Rice 2 years ago
gnu: imgp: Update to 2.9.

* gnu/packages/image.scm (imgp): Update to 2.9.
[arguments]: Don't explicitly return #t from phases.
63efa203 — Tobias Geerinckx-Rice 2 years ago
gnu: erofs-utils: Update to 1.7.

* gnu/packages/linux.scm (erofs-utils): Update to 1.7.
[inputs]: Add zlib.
2a0aedc2 — Tobias Geerinckx-Rice 2 years ago
gnu: python-srsly: Update to 2.4.8.

* gnu/packages/python-xyz.scm (python-srsly): Update to 2.4.8.
a4ccc473 — Tobias Geerinckx-Rice 2 years ago
gnu: remmina: Update to 1.4.32.

* gnu/packages/vnc.scm (remmina): Update to 1.4.32.
[source]: Add ‘.git’ suffix to silence needless HTTP redirection.
4a8c51c7 — Tobias Geerinckx-Rice 2 years ago
gnu: hplip: Update to 3.23.8.

* gnu/packages/cups.scm (hplip): Update to 3.23.8.
64e49f96 — Tobias Geerinckx-Rice 2 years ago
gnu: onedrive: Update to 2.4.25.

* gnu/packages/sync.scm (onedrive): Update to 2.4.25.
41bb9bdb — Tobias Geerinckx-Rice 2 years ago
gnu: mlterm: Update to 3.9.3.

* gnu/packages/terminals.scm (mlterm): Update to 3.9.3.
2022cc9e — Tobias Geerinckx-Rice 2 years ago
gnu: kcov: Clean up build phase.

* gnu/packages/code.scm (kcov)[arguments]: Use SEARCH-INPUT-FILE and
remove a vestigial LET from the 'fix-/bin/bash-references phase.
b7789fb9 — Tobias Geerinckx-Rice 2 years ago
gnu: kcov: Update to 42.

* gnu/packages/code.scm (kcov): Update to 42.
8a5dfdcc — Tobias Geerinckx-Rice 2 years ago
gnu: libjcat: Update to 0.1.14.

* gnu/packages/compression.scm (libjcat): Update to 0.1.14.
36094ba0 — Efraim Flashner 2 years ago
gnu: just: Install shell completions.

* gnu/packages/rust-apps.scm (just)[arguments]: Add a phase to install
the shell completions.
5b189713 — Efraim Flashner 2 years ago
gnu: just: Install manpage.

* gnu/packages/rust-apps.scm (just)[arguments]: Add phase to install
manpage.
970fb81c — Andrew Jose 2 years ago
gnu: Add just.

* gnu/packages/rust-apps.scm (just): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
66c18d23 — Andrew Jose 2 years ago
gnu: Add rust-temptree-0.2.

* gnu/packages/crates-io.scm (rust-temptree-0.2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Next