[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73842] [PATCH] pack: Add support for AppImage pack format.
From: |
Ludovic Courtès |
Subject: |
[bug#73842] [PATCH] pack: Add support for AppImage pack format. |
Date: |
Fri, 18 Oct 2024 22:34:06 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Noé Lopez <noelopez@free.fr> skribis:
> From: Sebastian Dümcke <code@sam-d.com>
>
> * guix/scripts/pack.scm: Add Appimage format.
> * gnu/packages/appimage.scm
> (gnu packages appimage): New module.
> (fuse-for-appimage, squashfuse-for-appimage)
> (appimage-type2-runtime): New variables.
> * doc/guix.texi: Document AppImage pack.
>
> Co-authored-by: Noé Lopez <noelopez@free.fr>
> Change-Id: I09f1241dfb9b267f94dce59914dea527d35ac60e
One last thing: could you add a test?
Since such a test needs to build a whole bunch of things, it would only
be executed when a connection to a “real” store is available. See the
examples in ‘tests/pack.scm’ and ‘tests/guix-pack-relocatable.sh’. I
guess a test could go in either of these two files, or in a third one
similar to ‘guix-pack-relocatable.sh’.
Let me know what you think!
Ludo’.