Fixes <https://bugs.gnu.org/35783>.
This is a followup to 7d567af46b.
* gnu/installer/parted.scm (auto-partition!): Append ESP-PARTITION, when
it is true, to the result of 'create-adjacent-partitions!'.
* gnu/installer/newt/partition.scm (run-partioning-page): Remove
'initial-partitions' variable, and remove call to
'create-special-user-partitions'.
Co-authored-by: Mathieu Othacehe <m.othacehe@gmail.com>
Fixes <https://bugs.gnu.org/35776>.
Reported by Ting-Wei Lan <lantw44@gmail.com>.
* tests/guix-pack-localstatedir.sh: Set 'storedir' before
'NIX_STORE_DIR'.
* tests/guix-pack-relocatable.sh: Likewise.
Fixes <https://bugs.gnu.org/35775>.
* tests/gremlin.scm ("elf-dynamic-info-needed, executable"): Expect only
libguile and libc among NEEDED.
("strip-runpath"): Pass '--enable-new-dtags' to get RUNPATH, not RPATH.
* gnu/packages/patches/borg-fix-hard-link-preloading.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/backup.scm (borg)[source]: Use it.
The tarball has been updated in place with only documentation changes.
* gnu/packages/multiprecision.scm (qd)[source]: Update URL and hash.
[home-page]: Update URL.
The tarball was modified in-place with too many small changes to list
here, all of them apparently intended as minor bug fixes.
* gnu/packages/maths.scm (mlucas)[source]: Update sha256.
The tarball was modified in place, adding one line to
foo2zjs/printer-profile.sh:
ARGYLL_VER=1.6.3
+ARGYLL_VER=2.1.1
ARGYLL_ROOT=$HOME/src/Argyll_V${ARGYLL_VER}
* gnu/packages/cups.scm (foo2zjs)[source]: Update sha256.
This follows up commit ae113b976b (what
looked like a build error was transient file system unrelatedness.)
* gnu/packages/ssh.scm (et)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
* gnu/packages/guile-xyz.scm (guile-file-names): Update to 0.2.
[arguments]: Adjust build phase "build-with-guile-2.2" and rename to
"fix-target-directory".
Fixes <https://bugs.gnu.org/35539>.
Reported by Florian Pelz <pelzflorian@pelzflorian.de>.
* build-aux/check-available-binaries.scm (packages-for-system): New procedure.
<top level>: Use it.
* gnu/packages/javascript.scm (js-mathjax)[arguments]: Add call to
'close-pipe'. Previously builds would sometimes fail with EMFILE (this
was non-deterministic as it depends on GC activity.)
This is a follow-up to commit d78010b81e. While
the plain "gcc" packages should be hidden by default, gcc-derived packages
like "gfortran" should not.
* gnu/packages/gcc.scm (custom-gcc)[properties]: Remove the 'hidden? property.
* gnu/packages/gnome.scm (network-manager-applet): Patch libnma to load
iso-codes and mobile-broadband-provider-info from the store and not require
them in the profile.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Previously, users would get a wrong-type-arg exception down the road
with an intimidating backtrace.
* guix/scripts/system.scm (process-action)[ensure-operating-system]: New
procedure.
Use it.