aboutsummaryrefslogtreecommitdiff
path: root/po/packages/vi.po
blob: decf4210202720b1b36484e25e24ee2f51bd9024 (about) (plain)
blob size (1148KB) exceeds display size limit (100KB).
* gnu/packages/crypto.scm (libxcrypt)[arguments]: When building for the 64bit Hurd, use it in new phase `apply-hurd64-patch'. Change-Id: I795a591ef8282ee5b760fec43bd4ad849007f602 Janneke Nieuwenhuizen 2024-09-09gnu: libb2: fix cross-compilation....* gnu/packages/crypto.scm (libb2)[arguments]: Use target-x86?. Change-Id: I1757c6c294f4e041a210c11658ca1e8d88acc859 Zheng Junjie 2024-08-31gnu: libxcrypt: Build from tarball....* gnu/packages/crypto.scm (libxcrypt): Switch to url-fetch as it is now a transitive dependency of git-minimal. Because we're building from a tarball, remove autotools and pkg-config dependencies. Change-Id: I6479db1efe325bbdd109e4db051096d6345ad6a1 Josselin Poiret 2024-08-31gnu: libxcrypt: Remove python from native-inputs....* gnu/packages/crypto.scm (libxcrypt): Remove python from native-inputs, since python requires it for its crypt module. Change-Id: Ic8550fb515fcb647c3bf35c2b053d080457b109d Josselin Poiret 2024-08-31gnu: tomb: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/crypto.scm (tomb)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxime Devos 2024-08-22gnu: libsecp256k1: Update to 0.5.1....* gnu/packages/crypto.scm (libsecp256k1): Update to 0.5.1. [source]: Add snippet to remove pre-generated files. [arguments]: Remove --enable-module-ecdh and --enable-module-schnorrsig from configure-flags as they are enabled by default. Change-Id: I418ee47c1761ddae9cf4684b4c0ab49768b3f523 Co-authored-by: Jean-Pierre De Jesus DIAZ <jean@foundation.xyz> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Michael Ford 2024-08-11system: Add privileged-programs to <operating-system>....* gnu/system.scm (<operating-system>): Add new privileged-programs field, that defaults to… (%default-privileged-programs): …this new variable, renamed from… (%setuid-programs): …this, which is now defined as the empty list. * doc/guix.texi (Setuid Programs): Rename this… (Privileged Programs): …to this. Adjust all refs. Update all mentions of ‘setuid’ (whether in prose, variable names, or code samples) to use the new ‘privilege[d]’ terminology instead. (operating-system Reference, X Window, Invoking guix system) (Service Reference): Adjust likewise. Tobias Geerinckx-Rice 2024-07-19gnu: rust-blake3-1: Update to 1.5.1....* gnu/packages/crypto.scm (rust-blake3-1): Update to 1.5.1. [cargo-inputs]: Replace rust-memmap2-0.7 with 0.9. Change-Id: Ie84bf55d93e04fa072476295461dd183a48ab881 Efraim Flashner