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

News entries

Commit: ae11fcb84ac478dfa56d322ef08890645183a087

LanguageTitleBody
Changedde

Neue Paketumwandlungsoption --with-configure-flag

Die neue Paketumwandlungsoption --with-configure-flag macht es möglich, dem Erstellungssystem eines Pakets eine zusätzliche Befehlszeilenoption für configure mitzugeben. Zum Beispiel können Sie dem cmake-Erstellungssystem des lapack-Pakets eine Option mitgeben:

guix build lapack \
  --with-configure-flag=lapack=-DBUILD_COMPLEX=OFF

Führen Sie für mehr Informationen info "(guix.de) Paketumwandlungsoptionen" aus.

en

New --with-configure-flag transformation option

The new --with-configure-flag package transformation option lets you pass an additional configure flag to the build system of a package. For instance, here is how you would pass a flag to cmake, the build system of the lapack package:

guix build lapack \
  --with-configure-flag=lapack=-DBUILD_COMPLEX=OFF

Run info "(guix) Package Transformation Options" for more info.

fr

Nouvelle option de transformation --with-configure-flag

La nouvelle option de transformation de paquets --with-configure-flag permet de passer un drapeau supplémentaire au système de construction d'un paquet. Par exemple, voici comment on passerait un drapeau à cmake, le système de construction du logiciel lapack:

guix build lapack \
  --with-configure-flag=lapack=-DBUILD_COMPLEX=OFF

Voir info "(guix.fr) Options de transformation de paquets" pour plus de détails.

Commit: ba5da5125a81307500982517e2f458d57b024668

LanguageTitleBody
Newde

Neue Stilregel arguments für guix style

Der Befehl guix style verfügt über eine neue Stilregel für Paketdefinitionen. Paketautoren können jetzt folgenden Befehl benutzen:

guix style -L /pfad/zum/kanal -S arguments Paket

Dadurch wird das Feld arguments in Paket so umgeschrieben, dass G-Ausdrücke (gexps) anstelle von klassischer Quasiquotierung verwendet werden.

Führen Sie info "(guix.de) Aufruf von guix style" aus, um mehr Informationen zu erhalten.

en

New arguments rule for guix style

The guix style command has a new styling rule for package definitions. Package writers may now run the following command:

guix style -L /path/to/channel -S arguments package

This command rewrites the arguments field of package so that it uses G-expressions instead of classical quasiquotation.

Run info "(guix) Invoking guix style" for more info.

fr

Nouvelle règle arguments pour guix style

La commande guix style a une nouvelle règle de style pour les définitions de paquets. Les auteurices de paquets peuvent maintenant lancer la commande suivante :

guix style -L /chemin/vers/canal -S arguments paquet

Cette commande réécrit le champ arguments de paquet pour qu'il utilise des G-expressions plutôt que des quasicitations classiques.

Lancer info "(guix.fr) Invoquer guix style" pour plus d'informations.

New packages

No new packages

Removed packages

No removed packages

Version changes

NameVersions
cxxopts
btrfs-progs-static
btrfs-progs
f3d

Lint warnings

btrfs-progs (version: 6.1.2)

LinterMessage
Resolved warninginput-labels

Identify input labels that do not match package names

label 'dmsetup' does not match package name 'lvm2'

btrfs-progs (version: 6.3)

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'
New warninginput-labels

Identify input labels that do not match package names

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

Identify input labels that do not match package names

label 'util-linux' does not match package name 'util-linux:lib'