diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2020-12-27 17:54:27 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2020-12-27 17:37:44 +0000 |
commit | 551167d00803c5361bc9c152ae46de6730a2fbaf (patch) | |
tree | f1e3892f2e31cb272c61f677c024936a2c0d09ea /etc | |
parent | 1f0f5d017df94cdb381268f3f52a3cbcee3b1030 (diff) | |
download | guix-551167d00803c5361bc9c152ae46de6730a2fbaf.tar.gz |
news: Add ‘de’ translation.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/news.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 2f5dcd54ad..0df018af0b 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -20,6 +20,7 @@ (entry (commit "e38d90d497e19e00263fa28961c688a433154386") (title (en "New @option{--with-patch} package transformation option") + (de "Neue Paketumwandlungsoption @option{--with-patch}") (fr "Nouvelle option de transformation @option{--with-patch}")) (body (en "The new @option{--with-patch} package transformation option @@ -31,6 +32,17 @@ guix build coreutils --with-patch=glibc=./glibc-frob.patch @end example Run @command{info \"(guix) Package Transformation Options\"} for more info.") + (de "Die neue Paketumwandlungsoption @option{--with-patch} wendet +Patches auf die angegebenen Pakete an, bevor sie erstellt werden. Das folgende +Beispiel lässt die GNU Core Utilities mit einer gepatchten +C-Bibliothek (glibc) erstellen: + +@example +guix build coreutils --with-patch=glibc=./glibc-frob.patch +@end example + +Führen Sie für mehr Informationen @command{info \"(guix.de) +Paketumwandlungsoptionen\"} aus.") (fr "La nouvelle option de transformation de paquets @option{--with-patch} applique des modifications (@i{patches}) aux paquets spécifiés avant de les compiler. L'exemple suivant compile les utilitaires de |