Required. The commit to use as the basis for the comparison.
Required. The commit to compare against the base commit.
Language

News entries

Commit: ccf72d5074b0c5ba793e686cbb1d6eaad39824bf

LanguageTitleBody
Newde

Neues Format appimage für den Befehl guix pack

guix pack kann nun AppImage-Dateien erstellen. Das AppImage-Dateiformat erlaubt es, in einer einzelnen Datei Software zu verteilen. Die AppImage-Datei lässt sich ohne besondere Benutzerrechte ausführen. Hier ist ein Beispiel:

guix pack --format=appimage --entry-point=bin/hello hello

Siehe info "(guix.de) Aufruf von guix pack" für mehr Informationen.

en

New AppImage format for the guix pack command

guix pack can now produce AppImage a single file, self-contained software archive. AppImage files are easily distributed and can be run with user privileges. Here is an example for the hello package:

guix pack --format=appimage --entry-point=bin/hello hello

See info "(guix) Invoking guix pack" for more information.

fr

Nouveau format AppImage pour la commande guix pack

guix pack peut désormais produire un fichier AppImage. AppImage est une manière de distribuer les logiciels en un seul fichier, qui peut être executé avec des droits d’utilisateur. Voici un exemple pour le paquet hello:

guix pack --format=appimage --entry-point=bin/hello hello

Consultez info "(guix.fr) Invoquer guix pack" pour plus d’informations.

New packages

NameVersion
appimage-type2-runtimecontinuous-0.47b6655More information
fuse3.16.2More information

Removed packages

No removed packages

Version changes

NameVersions
guix

Lint warnings

appimage-type2-runtime (version: continuous-0.47b6655)

LinterMessage
New warninginput-labels

Identify input labels that do not match package names

label 'zstd' does not match package name 'zstd:static'
New warninginput-labels

Identify input labels that do not match package names

label 'zlib' does not match package name 'zlib:static'