diff options
| author | Julien Lepiller <julien@lepiller.eu> | 2021-03-17 13:30:57 +0100 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2021-03-17 13:31:43 +0100 |
| commit | bf6a1dbae1c08d6ee4ea1d169a1dd2f1ba7769ba (patch) | |
| tree | a946eab2dbaca205ed6bdc092c903b87b21b255b /etc | |
| parent | d45d779e2a14f757c4b560f61758a5774cc80a55 (diff) | |
news: Add 'fr' translation.
* etc/news.scm: Add missing French translations.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/news.scm | 122 |
1 files changed, 105 insertions, 17 deletions
diff --git a/etc/news.scm b/etc/news.scm index c740acc2fe2..6a968eb8562 100644 --- a/etc/news.scm +++ b/etc/news.scm | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr> | 4 | ;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr> |
| 5 | ;; Copyright © 2019, 2020 Miguel Ángel Arruga Vivas <rosen644835@gmail.com> | 5 | ;; Copyright © 2019, 2020 Miguel Ángel Arruga Vivas <rosen644835@gmail.com> |
| 6 | ;; Copyright © 2019, 2020 Konrad Hinsen <konrad.hinsen@fastmail.net> | 6 | ;; Copyright © 2019, 2020 Konrad Hinsen <konrad.hinsen@fastmail.net> |
| 7 | ;; Copyright © 2019, 2020 Julien Lepiller <julien@lepiller.eu> | 7 | ;; Copyright © 2019, 2020, 2021 Julien Lepiller <julien@lepiller.eu> |
| 8 | ;; Copyright © 2019, 2020, 2021 Florian Pelz <pelzflorian@pelzflorian.de> | 8 | ;; Copyright © 2019, 2020, 2021 Florian Pelz <pelzflorian@pelzflorian.de> |
| 9 | ;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com> | 9 | ;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com> |
| 10 | ;; Copyright © 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com> | 10 | ;; Copyright © 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com> |
| @@ -23,7 +23,8 @@ | |||
| 23 | (entry (commit "77c2f4e2068ebec3f384c826c5a99785125ff72c") | 23 | (entry (commit "77c2f4e2068ebec3f384c826c5a99785125ff72c") |
| 24 | (title | 24 | (title |
| 25 | (en "@code{qemu-binfmt-service-type} is usable for any container") | 25 | (en "@code{qemu-binfmt-service-type} is usable for any container") |
| 26 | (de "@code{qemu-binfmt-service-type} funktioniert mit jedem Container")) | 26 | (de "@code{qemu-binfmt-service-type} funktioniert mit jedem Container") |
| 27 | (fr "@code{qemu-binfmt-service-type} fonctionne avec tous les conteneurs")) | ||
| 27 | (body | 28 | (body |
| 28 | (en "The service now makes use of the statically built QEMU binaries | 29 | (en "The service now makes use of the statically built QEMU binaries |
| 29 | along with the fix binary (F) @code{binfmt_misc} flag, which allows the kernel | 30 | along with the fix binary (F) @code{binfmt_misc} flag, which allows the kernel |
| @@ -37,12 +38,19 @@ Kernel die QEMU-Binärdatei als Ganzes vorab in den Speicher laden. Dann kann | |||
| 37 | sie auch ohne weitere Konfiguration in jeder Art von isolierter Umgebung | 38 | sie auch ohne weitere Konfiguration in jeder Art von isolierter Umgebung |
| 38 | benutzt werden. Darum wurde das Feld @code{guix-support?} des | 39 | benutzt werden. Darum wurde das Feld @code{guix-support?} des |
| 39 | @code{qemu-binfmt-configuration}-Verbundsobjekts entfernt; es wird nicht mehr | 40 | @code{qemu-binfmt-configuration}-Verbundsobjekts entfernt; es wird nicht mehr |
| 40 | gebraucht."))) | 41 | gebraucht.") |
| 42 | (fr "Le service utilise maintenant les binaire QEMU statiques avec | ||
| 43 | le drapeau « fixed » (F) de @code{binfmt_misc}, ce qui permet au noyau | ||
| 44 | de le charger entièrement en mémoire. On peut donc maintenant utiliser QEMU | ||
| 45 | avec n'importe quel conteneur sans configuration supplémentaire. Le champ | ||
| 46 | @code{guix-support?} de l'enregistrement @code{qemu-binfmt-configuration} a | ||
| 47 | été supprimé car il n'est pas nécessaire."))) | ||
| 41 | 48 | ||
| 42 | (entry (commit "02e2e093e858e8a0ca7bd66c1f1f6fd0a1705edb") | 49 | (entry (commit "02e2e093e858e8a0ca7bd66c1f1f6fd0a1705edb") |
| 43 | (title | 50 | (title |
| 44 | (en "New @command{guix import go} command") | 51 | (en "New @command{guix import go} command") |
| 45 | (de "Neuer Befehl @command{guix import go}") | 52 | (de "Neuer Befehl @command{guix import go}") |
| 53 | (fr "Nouvelle commande @command{guix import go}") | ||
| 46 | (nl "Nieuwe @command{guix import go}-opdracht")) | 54 | (nl "Nieuwe @command{guix import go}-opdracht")) |
| 47 | (body | 55 | (body |
| 48 | (en "The new @command{guix import go} command allows packagers to | 56 | (en "The new @command{guix import go} command allows packagers to |
| @@ -65,6 +73,16 @@ guix import go golang.org/x/sys | |||
| 65 | 73 | ||
| 66 | Führen Sie @command{info \"(guix.de) Aufruf von guix import\"} aus, um mehr | 74 | Führen Sie @command{info \"(guix.de) Aufruf von guix import\"} aus, um mehr |
| 67 | Informationen zu bekommen.") | 75 | Informationen zu bekommen.") |
| 76 | (fr "La nouvelle commande @command{guix import go} permet aux | ||
| 77 | empaqueteur·ice·s de générer une définition de paquet ou un modèle de | ||
| 78 | définition à partir du nom d'un paquet Go disponible via | ||
| 79 | @url{https://proxy.golang.org}, comme ceci : | ||
| 80 | |||
| 81 | @example | ||
| 82 | guix import go golang.org/x/sys | ||
| 83 | @end example | ||
| 84 | |||
| 85 | Lancez @command{info \"(guix.fr) Invoquer guix import\"} pour en savoir plus.") | ||
| 68 | (nl "Met de nieuwe @command{guix import go}-opdracht kunnen | 86 | (nl "Met de nieuwe @command{guix import go}-opdracht kunnen |
| 69 | pakketschrijvers een pakketdefinitie of -sjabloon aanmaken, op basis van de | 87 | pakketschrijvers een pakketdefinitie of -sjabloon aanmaken, op basis van de |
| 70 | naam van een Go-pakket te vinden op @url{https://proxy.golang.org}: | 88 | naam van een Go-pakket te vinden op @url{https://proxy.golang.org}: |
| @@ -430,7 +448,8 @@ l'instant grâce à la librairie Guile-Avahi."))) | |||
| 430 | (entry (commit "a9a2fdaabcc78e7a54d9a6bcfa4ee3de308e9a90") | 448 | (entry (commit "a9a2fdaabcc78e7a54d9a6bcfa4ee3de308e9a90") |
| 431 | (title (en "Logical Volume Manager (LVM) now supported on Guix System") | 449 | (title (en "Logical Volume Manager (LVM) now supported on Guix System") |
| 432 | (de "Logical Volume Manager (LVM) wird jetzt auf Guix System unterstützt") | 450 | (de "Logical Volume Manager (LVM) wird jetzt auf Guix System unterstützt") |
| 433 | (es "El sistema Guix ahora implementa también volúmenes lógicos LVM")) | 451 | (es "El sistema Guix ahora implementa también volúmenes lógicos LVM") |
| 452 | (fr "Le gestionnaire de volumes logiques (LVM) est maintenant pris en charge par le système Guix")) | ||
| 434 | (body | 453 | (body |
| 435 | (en "On Guix System, the new @code{lvm-device-mapping} variable | 454 | (en "On Guix System, the new @code{lvm-device-mapping} variable |
| 436 | allows you to declare ``mapped devices'' for LVM, the Linux Logical Volume | 455 | allows you to declare ``mapped devices'' for LVM, the Linux Logical Volume |
| @@ -472,7 +491,20 @@ los volúmenes lógicos «alfa» y «beta» del grupo de volúmenes «vg0»: | |||
| 472 | @end lisp | 491 | @end lisp |
| 473 | 492 | ||
| 474 | Véase @command{info \"(guix.es) Dispositivos traducidos\"} para obtener más | 493 | Véase @command{info \"(guix.es) Dispositivos traducidos\"} para obtener más |
| 475 | información."))) | 494 | información.") |
| 495 | (fr "Sur le système Guix, la nouvelle variable @code{lvm-device-mapping} | ||
| 496 | vous permet de déclarer des « périphériques mappés » pour LVM, le gestionnaire | ||
| 497 | de volumes logiques. Par exemple, vous pouvez déclarer les volumes logiques | ||
| 498 | « alpha » et « beta » du groupe « vg0 » comme ceci : | ||
| 499 | |||
| 500 | @lisp | ||
| 501 | (mapped-device | ||
| 502 | (source \"vg0\") | ||
| 503 | (target (list \"vg0-alpha\" \"vg0-beta\")) | ||
| 504 | (type lvm-device-mapping)) | ||
| 505 | @end lisp | ||
| 506 | |||
| 507 | Voir @command{info \"(guix.fr) Périphériques mappés\"} pour en savoir plus."))) | ||
| 476 | 508 | ||
| 477 | (entry (commit "3b6e4e5fd05e72b8a32ff1a2d5e21464260e21e6") | 509 | (entry (commit "3b6e4e5fd05e72b8a32ff1a2d5e21464260e21e6") |
| 478 | (title (en "List of substitute keys is now declarative on Guix System") | 510 | (title (en "List of substitute keys is now declarative on Guix System") |
| @@ -1123,7 +1155,8 @@ engine") | |||
| 1123 | (es "@command{guix pack -RR} introduce un nuevo motor | 1155 | (es "@command{guix pack -RR} introduce un nuevo motor |
| 1124 | de ejecución") | 1156 | de ejecución") |
| 1125 | (de "@command{guix pack -RR} führt neuen Ausführungstreiber | 1157 | (de "@command{guix pack -RR} führt neuen Ausführungstreiber |
| 1126 | ein")) | 1158 | ein") |
| 1159 | (fr "@command{guix pack -RR} introduit un nouveau moteur d'exécution")) | ||
| 1127 | (body | 1160 | (body |
| 1128 | (en "The @command{guix pack -RR} command allows you to create a | 1161 | (en "The @command{guix pack -RR} command allows you to create a |
| 1129 | tarball containing @dfn{relocatable binaries}. Until now, those would rely | 1162 | tarball containing @dfn{relocatable binaries}. Until now, those would rely |
| @@ -1182,12 +1215,30 @@ export GUIX_EXECUTION_ENGINE | |||
| 1182 | @end example | 1215 | @end example |
| 1183 | 1216 | ||
| 1184 | Führen Sie @command{info \"(guix.de) Aufruf von guix pack\"} aus, wenn Sie | 1217 | Führen Sie @command{info \"(guix.de) Aufruf von guix pack\"} aus, wenn Sie |
| 1185 | mehr wissen wollen."))) | 1218 | mehr wissen wollen.") |
| 1219 | (fr "La commande @command{guix pack -RR} vous permet de créer une | ||
| 1220 | archive tar contenant des @dfn{binaires repositionnables}. Jusqu'ici, ils | ||
| 1221 | s'appuyaient sur les « espaces de noms non privilégiés » de Linux ou sur | ||
| 1222 | PRoot, quand les espaces de noms non privilégiés n'étaient pas disponibles. | ||
| 1223 | Cependant, PRoot ralenti significativement certains profils d'exécution. | ||
| 1224 | |||
| 1225 | Pour éviter cela, @command{guix pack -RR} introduit une troisième possibilité | ||
| 1226 | basée sur une extension de l'éditeur des liens à l'exécution de GNU (ld.so) et | ||
| 1227 | sur Fakechroot, qui ralenti très peu l'exécution. Vous pouvez choisir l'option | ||
| 1228 | la plus rapide à l'exécution d'un binaire relocalisable de cette manière : | ||
| 1229 | |||
| 1230 | @example | ||
| 1231 | GUIX_EXECUTION_ENGINE=performance | ||
| 1232 | export GUIX_EXECUTION_ENGINE | ||
| 1233 | @end example | ||
| 1234 | |||
| 1235 | Lancez @command{info \"(guix.fr) Invoquer guix pack\"} pour en savoir plus."))) | ||
| 1186 | 1236 | ||
| 1187 | (entry (commit "88a96c568c47c97d05d883ada5afbc4e1200b10f") | 1237 | (entry (commit "88a96c568c47c97d05d883ada5afbc4e1200b10f") |
| 1188 | (title (en "New @option{--path} option for @command{guix graph}") | 1238 | (title (en "New @option{--path} option for @command{guix graph}") |
| 1189 | (es "Nueva opción @option{--path} para @command{guix graph}") | 1239 | (es "Nueva opción @option{--path} para @command{guix graph}") |
| 1190 | (de "Neue Option @option{--path} für @command{guix graph}")) | 1240 | (de "Neue Option @option{--path} für @command{guix graph}") |
| 1241 | (fr "Nouvelle option @option{--path} pour @command{guix graph}")) | ||
| 1191 | (body | 1242 | (body |
| 1192 | (en "The @command{guix graph} command has a new @option{--path} | 1243 | (en "The @command{guix graph} command has a new @option{--path} |
| 1193 | option that instructs it to display the shortest path between two packages, | 1244 | option that instructs it to display the shortest path between two packages, |
| @@ -1222,7 +1273,18 @@ guix graph --path libreoffice libunistring | |||
| 1222 | @end example | 1273 | @end example |
| 1223 | 1274 | ||
| 1224 | Führen Sie @code{info \"(guix.de) Aufruf von guix graph\"} aus, um mehr zu | 1275 | Führen Sie @code{info \"(guix.de) Aufruf von guix graph\"} aus, um mehr zu |
| 1225 | erfahren."))) | 1276 | erfahren.") |
| 1277 | (fr "La commande @command{guix graph} a une nouvelle option | ||
| 1278 | @option{--path} qui lui dit d'afficer le plus court chemin entre deux | ||
| 1279 | paquets, dérivations ou éléments du dépôt. Par exemple, la commande ci-dessous | ||
| 1280 | affiche le plus court chemin entre le paquet @code{libreoffice} et | ||
| 1281 | @code{libunistring} : | ||
| 1282 | |||
| 1283 | @example | ||
| 1284 | guix graph --path libreoffice libunistring | ||
| 1285 | @end example | ||
| 1286 | |||
| 1287 | Lancez @code{info \"(guix.fr) Invoquer guix graph\"} pour en savoir plus."))) | ||
| 1226 | 1288 | ||
| 1227 | (entry (commit "a33eac038a811603c8b9ed106ae405a5f80a0e9d") | 1289 | (entry (commit "a33eac038a811603c8b9ed106ae405a5f80a0e9d") |
| 1228 | (title (en "GNU C Library upgraded") | 1290 | (title (en "GNU C Library upgraded") |
| @@ -1328,7 +1390,8 @@ Rezepte mit uns zu teilen!"))) | |||
| 1328 | 1390 | ||
| 1329 | (entry (commit "2ca7af43fe17d9acf082dce85d137a27a8ac4887") | 1391 | (entry (commit "2ca7af43fe17d9acf082dce85d137a27a8ac4887") |
| 1330 | (title (en "Further reduced binary seed bootstrap") | 1392 | (title (en "Further reduced binary seed bootstrap") |
| 1331 | (de "Bootstrapping jetzt mit noch kleinerem Seed")) | 1393 | (de "Bootstrapping jetzt mit noch kleinerem Seed") |
| 1394 | (fr "Le bootstrap binaire est encore plus réduit")) | ||
| 1332 | (body | 1395 | (body |
| 1333 | (en "The package graph on x86_64 and i686 is now rooted in a further | 1396 | (en "The package graph on x86_64 and i686 is now rooted in a further |
| 1334 | @dfn{reduced set of binary seeds}. The initial set of binaries from which | 1397 | @dfn{reduced set of binary seeds}. The initial set of binaries from which |
| @@ -1340,11 +1403,18 @@ the talk at @uref{https://fosdem.org/2020/schedule/event/gnumes/}.") | |||
| 1340 | Menge an Binärdateien, aus denen heraus Pakete erstellt werden, machen nun | 1403 | Menge an Binärdateien, aus denen heraus Pakete erstellt werden, machen nun |
| 1341 | ungefähr 60 MiB aus, ein Viertel der früheren Größe. Führen Sie @code{info | 1404 | ungefähr 60 MiB aus, ein Viertel der früheren Größe. Führen Sie @code{info |
| 1342 | \"(guix.de) Bootstrapping\"} aus, um mehr zu erfahren, oder schauen Sie sich | 1405 | \"(guix.de) Bootstrapping\"} aus, um mehr zu erfahren, oder schauen Sie sich |
| 1343 | den Vortrag auf @uref{https://fosdem.org/2020/schedule/event/gnumes/} an."))) | 1406 | den Vortrag auf @uref{https://fosdem.org/2020/schedule/event/gnumes/} an.") |
| 1407 | (fr "Le graphe des paquets sur x86_64 et i686 prend maintenant racine | ||
| 1408 | dans un @dfn{ensemble de graines binaires} plus réduit. L'ensemble initial | ||
| 1409 | des binaires à partir desquels les paquets sont désormais construit pèse | ||
| 1410 | environ 60 Mo, un quart de ce qu'il était. Lancez | ||
| 1411 | @code{info \"(guix.fr) Bootstrapping\"} pour en savoir plus, ou regardez | ||
| 1412 | la présentation sur @uref{https://fosdem.org/2020/schedule/event/gnumes/}."))) | ||
| 1344 | 1413 | ||
| 1345 | (entry (commit "0468455e7d279c89ea3ad1b51935efb2b785ec47") | 1414 | (entry (commit "0468455e7d279c89ea3ad1b51935efb2b785ec47") |
| 1346 | (title (en "Rottlog service added to @code{%base-services}") | 1415 | (title (en "Rottlog service added to @code{%base-services}") |
| 1347 | (de "Rottlog-Dienst ist nun Teil der @code{%base-services}")) | 1416 | (de "Rottlog-Dienst ist nun Teil der @code{%base-services}") |
| 1417 | (fr "Le service rottlog a été ajouté à @code{%base-services}")) | ||
| 1348 | (body (en "An instance of @code{rottlog-service-type}, the system | 1418 | (body (en "An instance of @code{rottlog-service-type}, the system |
| 1349 | service responsible for log rotation, has been added to @code{%base-services}. | 1419 | service responsible for log rotation, has been added to @code{%base-services}. |
| 1350 | If your operating system configuration for Guix System is explicitly adding | 1420 | If your operating system configuration for Guix System is explicitly adding |
| @@ -1354,11 +1424,18 @@ the ``Log Rotation'' section of the manual for more information.") | |||
| 1354 | Log-Rotation wurde zu den @code{%base-services} hinzugefügt. Wenn der | 1424 | Log-Rotation wurde zu den @code{%base-services} hinzugefügt. Wenn der |
| 1355 | Systemdienst bereits in Ihrer Konfiguration für Guix System ausdrücklich | 1425 | Systemdienst bereits in Ihrer Konfiguration für Guix System ausdrücklich |
| 1356 | genannt wurde, sollten Sie ihn jetzt daraus entfernen. Siehe den Abschnitt | 1426 | genannt wurde, sollten Sie ihn jetzt daraus entfernen. Siehe den Abschnitt |
| 1357 | „Log-Rotation“ im Handbuch für weitere Informationen."))) | 1427 | „Log-Rotation“ im Handbuch für weitere Informationen.") |
| 1428 | (fr "Une instance de @code{rottlog-service-type}, le service | ||
| 1429 | système responsable de la rotation des journaux, a été ajoutée à | ||
| 1430 | @code{%base-services}. Si votre configuration de système d'exploitation Guix | ||
| 1431 | System ajoute @code{rottlog-service-type} explicitement, vous devriez maintenant | ||
| 1432 | le supprimer. Voir la section « Rotation des journaux » dans le manuel | ||
| 1433 | pour en savoir plus."))) | ||
| 1358 | 1434 | ||
| 1359 | (entry (commit "b6bee63bed4f013064c0d902e7c8b83ed7514ade") | 1435 | (entry (commit "b6bee63bed4f013064c0d902e7c8b83ed7514ade") |
| 1360 | (title (en "@code{guile} package now refers to version 3.0") | 1436 | (title (en "@code{guile} package now refers to version 3.0") |
| 1361 | (de "Das @code{guile}-Paket bezeichnet jetzt Version 3.0")) | 1437 | (de "Das @code{guile}-Paket bezeichnet jetzt Version 3.0") |
| 1438 | (fr "Le paquet @code{guile} se réfère maintenant à la version 3.0")) | ||
| 1362 | (body (en "The @code{guile} package has been upgraded to version 3.0 | 1439 | (body (en "The @code{guile} package has been upgraded to version 3.0 |
| 1363 | (instead of 2.2). The @code{guile3.0-} packages have been renamed to their | 1440 | (instead of 2.2). The @code{guile3.0-} packages have been renamed to their |
| 1364 | original name, and @code{guile2.2-} variants of these packages have been | 1441 | original name, and @code{guile2.2-} variants of these packages have been |
| @@ -1369,7 +1446,12 @@ system services also run on 3.0.") | |||
| 1369 | beginnen, wurden umbenannt, so dass sie nun den unveränderten Namen tragen, | 1446 | beginnen, wurden umbenannt, so dass sie nun den unveränderten Namen tragen, |
| 1370 | während ihre Varianten mit @code{guile2.2-} hinzugefügt wurden. Des Weiteren | 1447 | während ihre Varianten mit @code{guile2.2-} hinzugefügt wurden. Des Weiteren |
| 1371 | werden jetzt alle Ableitungen mit Guile 3.0 erstellt und die Systemdienste | 1448 | werden jetzt alle Ableitungen mit Guile 3.0 erstellt und die Systemdienste |
| 1372 | laufen auch auf 3.0."))) | 1449 | laufen auch auf 3.0.") |
| 1450 | (fr "Le paquet @code{guile} a été mis à jour vers la version 3.0 | ||
| 1451 | (au lieu de la 2.2). Les paquets @code{guile3.0-} ont été renommés en leur | ||
| 1452 | nom d'origine et les variantes @code{guile2.2-} de ces paquets ont été définis. | ||
| 1453 | En plus, les dérivation sont maintenant construites avec Guile 3.0, et les | ||
| 1454 | services systèmes utilisent aussi la 3.0."))) | ||
| 1373 | 1455 | ||
| 1374 | (entry (commit "e3e1a7ba08af2d58c47264c543617e499c239444") | 1456 | (entry (commit "e3e1a7ba08af2d58c47264c543617e499c239444") |
| 1375 | (title (en "@command{guix pull} now supports SSH authenticated | 1457 | (title (en "@command{guix pull} now supports SSH authenticated |
| @@ -1475,7 +1557,9 @@ historique."))) | |||
| 1475 | (entry (commit "3e962e59d849e4300e447d94487684102d9d412e") | 1557 | (entry (commit "3e962e59d849e4300e447d94487684102d9d412e") |
| 1476 | (title (en "@command{guix graph} now supports package | 1558 | (title (en "@command{guix graph} now supports package |
| 1477 | transformations") | 1559 | transformations") |
| 1478 | (de "@command{guix graph} unterstützt nun Paketumwandlungen")) | 1560 | (de "@command{guix graph} unterstützt nun Paketumwandlungen") |
| 1561 | (fr "@command{guix graph} prend maintenant en charge les | ||
| 1562 | transformations de paquets")) | ||
| 1479 | (body | 1563 | (body |
| 1480 | (en "The @command{guix graph} command now supports the common package | 1564 | (en "The @command{guix graph} command now supports the common package |
| 1481 | transformation options (see @command{info \"(guix) Package Transformation | 1565 | transformation options (see @command{info \"(guix) Package Transformation |
| @@ -1490,7 +1574,11 @@ Abhängigkeitsgraphen zu sehen.") | |||
| 1490 | comunes de transformación de paquetes (véase @command{info \"(guix.es) | 1574 | comunes de transformación de paquetes (véase @command{info \"(guix.es) |
| 1491 | Opciones de transformación de paquetes\"}). Esto es particularmente | 1575 | Opciones de transformación de paquetes\"}). Esto es particularmente |
| 1492 | útil para comprobar el efecto de la opción de reescritura del grafo | 1576 | útil para comprobar el efecto de la opción de reescritura del grafo |
| 1493 | de dependencias @option{--with-input}."))) | 1577 | de dependencias @option{--with-input}.") |
| 1578 | (fr "La commande @command{guix graph} prend maintenant en charge les | ||
| 1579 | transformations de paquets communes (voir @command{info \"(guix.fr) Options de | ||
| 1580 | transformation de paquets\"}). C'est particulièrement utile pour voir l'effet | ||
| 1581 | de l'option @option{--with-input} qui réécrit de graphe de dépendance."))) | ||
| 1494 | 1582 | ||
| 1495 | (entry (commit "49af34cfac89d384c46269bfd9388b2c73b1220a") | 1583 | (entry (commit "49af34cfac89d384c46269bfd9388b2c73b1220a") |
| 1496 | (title (en "@command{guix pull} now honors | 1584 | (title (en "@command{guix pull} now honors |
