[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73842] [PATCH v4 2/3] pack: Add support for AppImage pack format.
From: |
Ludovic Courtès |
Subject: |
[bug#73842] [PATCH v4 2/3] pack: Add support for AppImage pack format. |
Date: |
Tue, 05 Nov 2024 15:27:17 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Noé Lopez <noe@noé.eu> skribis:
> From: Sebastian Dümcke <code@sam-d.com>
>
> * guix/scripts/pack.scm: Add Appimage format.
> * doc/guix.texi: Document AppImage pack.
>
> Co-authored-by: Noé Lopez <noelopez@free.fr>
> Change-Id: I33ebfec623cff1cfcd6f029d2d3054c23ab1949a
Please mention ‘tests/pack.scm’ in the log.
> +@cindex AppImage, create an AppImage file with @command{guix pack}
> +This produces an AppImage file with the @samp{.AppImage} extension.
s/AppImage file/@uref{https://appimage.org/, AppImage file}/
> -format supports it---currently @code{docker} and @code{squashfs}
> (Singularity)
> +format supports it---currently @code{docker}, @code{appimage} and
> @code{squashfs} (Singularity)
Nitpick: s/ and/, and/
> + (check (gexp->derivation
> + "check-appimage"
> + #~(begin
> + (invoke #$image)))))
#~(invoke #$image)