mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
news: Add ‘de’ translation.
This commit is contained in:
parent
058d4fc8c5
commit
786a8c5803
1 changed files with 20 additions and 0 deletions
20
etc/news.scm
20
etc/news.scm
|
@ -21,6 +21,7 @@
|
||||||
(entry (commit "aedbc5ff32a62f45aeed74c6833399a6cf2c22dc")
|
(entry (commit "aedbc5ff32a62f45aeed74c6833399a6cf2c22dc")
|
||||||
(title
|
(title
|
||||||
(en "Create a manifest with @command{guix package --export-manifest}")
|
(en "Create a manifest with @command{guix package --export-manifest}")
|
||||||
|
(de "Manifest erzeugen mit @command{guix package --export-manifest}")
|
||||||
(fr "Créer un manifeste avec @command{guix package --export-manifest}"))
|
(fr "Créer un manifeste avec @command{guix package --export-manifest}"))
|
||||||
(body
|
(body
|
||||||
(en "The @command{guix package --export-manifest} command outputs a
|
(en "The @command{guix package --export-manifest} command outputs a
|
||||||
|
@ -39,6 +40,25 @@
|
||||||
profile.
|
profile.
|
||||||
|
|
||||||
Run @command{info \"(guix) Invoking guix package\"} for more info.")
|
Run @command{info \"(guix) Invoking guix package\"} for more info.")
|
||||||
|
(de "Mit dem Befehl @command{guix package --export-manifest} wird ein
|
||||||
|
@dfn{Manifest} aus Ihrem Profil erzeugt. Bei einem Manifest handelt es sich um
|
||||||
|
ein Stück Code, das Sie an @command{guix package --manifest} zum Einspielen
|
||||||
|
der Pakete aus dem Manifest übergeben können (oder an jeden anderen Befehl,
|
||||||
|
der die Befehlszeilenoption @option{--manifest} versteht).
|
||||||
|
|
||||||
|
Die Absicht hinter dieser neuen Befehlszeilenoption @option{--export-manifest}
|
||||||
|
ist, dass man leichter von einem „imperativen“ Stil, bei dem man wiederholt
|
||||||
|
@command{guix install} und ähnliche Befehle aufruft, zum deklarativen Stil
|
||||||
|
wechseln kann. Im deklarativen Stil tragen Sie die Liste der Pakete, die Sie
|
||||||
|
haben möchten, in eine Manifest-Datei ein.
|
||||||
|
|
||||||
|
Analog können Sie mit der neuen Befehlszeilenoption @option{--export-channels}
|
||||||
|
zu Ihrem Profil eine @dfn{Kanalspezifikation} erzeugen, die für @command{guix
|
||||||
|
pull --channels} geeignet ist. Damit können Sie für Guix immer die Version
|
||||||
|
benutzen, mit der das Profil erstellt wurde.
|
||||||
|
|
||||||
|
Führen Sie für mehr Informationen @command{info \"(guix.de) Aufruf von guix
|
||||||
|
package\"} aus.")
|
||||||
(fr "La commande @command{guix package --export-manifest} affiche un
|
(fr "La commande @command{guix package --export-manifest} affiche un
|
||||||
@dfn{manifeste} pour le profil choisi. Ce manifeste est un bout de code qu'on
|
@dfn{manifeste} pour le profil choisi. Ce manifeste est un bout de code qu'on
|
||||||
peut passer à @command{guix package --manifest} (ou n'importe qu'elle commande
|
peut passer à @command{guix package --manifest} (ou n'importe qu'elle commande
|
||||||
|
|
Loading…
Reference in a new issue