mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
news: Add 'de' translation.
* etc/news.scm: Add German translation of 'with-configure-flag' entry.
This commit is contained in:
parent
cf44fb964e
commit
3efdc84bbd
1 changed files with 13 additions and 0 deletions
13
etc/news.scm
13
etc/news.scm
|
@ -29,6 +29,7 @@
|
|||
(entry (commit "ae11fcb84ac478dfa56d322ef08890645183a087")
|
||||
(title
|
||||
(en "New @option{--with-configure-flag} transformation option")
|
||||
(de "Neue Paketumwandlungsoption @option{--with-configure-flag}")
|
||||
(fr "Nouvelle option de transformation @option{--with-configure-flag}"))
|
||||
(body
|
||||
(en "The new @option{--with-configure-flag} package transformation
|
||||
|
@ -42,6 +43,18 @@
|
|||
@end example
|
||||
|
||||
Run @command{info \"(guix) Package Transformation Options\"} for more info.")
|
||||
(de "Die neue Paketumwandlungsoption @option{--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
|
||||
@command{cmake}-Erstellungssystem des @code{lapack}-Pakets eine Option mitgeben:
|
||||
|
||||
@example
|
||||
guix build lapack \\
|
||||
--with-configure-flag=lapack=-DBUILD_COMPLEX=OFF
|
||||
@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-configure-flag} permet de passer un drapeau supplémentaire au
|
||||
système de construction d'un paquet. Par exemple, voici comment on passerait
|
||||
|
|
Loading…
Reference in a new issue