guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: news: Add 'de' translation.


From: guix-commits
Subject: branch master updated: news: Add 'de' translation.
Date: Fri, 05 May 2023 04:38:16 -0400

This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3efdc84bbd news: Add 'de' translation.
3efdc84bbd is described below

commit 3efdc84bbd1819aeef6e2290aaf54bc88ba72dda
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Fri May 5 09:59:37 2023 +0200

    news: Add 'de' translation.
    
    * etc/news.scm: Add German translation of 'with-configure-flag' entry.
---
 etc/news.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 22f04e4dae..f5dc3ca0d5 100644
--- a/etc/news.scm
+++ b/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 @@ guix build lapack \\
 @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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]