aboutsummaryrefslogtreecommitdiff
path: root/nix/libutil/util.cc
diff options
context:
space:
mode:
authorHerman Rimm <herman@rimm.ee>2024-12-13 20:58:32 +0100
committerVagrant Cascadian <vagrant@debian.org>2024-12-18 14:25:01 -0800
commit56c6466887a3fdca0bc407418f807448a58e35d2 (patch)
tree629533f1bc9d077dae8587092d7cce0f012dee25 /nix/libutil/util.cc
parent9e858182581fa17f6248bbbcb9d8742320a42217 (diff)
downloadguix-56c6466887a3fdca0bc407418f807448a58e35d2.tar.gz
guix-56c6466887a3fdca0bc407418f807448a58e35d2.zip
gnu: u-boot: Use search-patches.
* gnu/packages/bootloaders.scm (%u-boot-rockchip-inno-usb-patch, %u-boot-allow-disabling-openssl-patch): Remove variables, move comments. (u-boot)[source]: Use search-patches. * gnu/packages/patches/u-boot-allow-disabling-openssl.patch: Comment. * gnu/packages/patches/u-boot-rockchip-inno-usb.patch: Remove E-Mail metadata. Replace diffstat with comments. Reapply to U-Boot v2024.10. Change-Id: I760a2e81bddfc2a80ef149fe1ac4496cbbd937a0 Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'nix/libutil/util.cc')
0 files changed, 0 insertions, 0 deletions
tr> 2023-08-16gnu: cuirass: Update to 7416bb9....* gnu/packages/ci.scm (cuirass): Update to 7416bb9. Ludovic Courtès 2023-06-14gnu: cuirass: Use guile-fibers 1.3.1....* gnu/packages/ci.scm (cuirass)[inputs]: Replace GUILE-FIBERS-1.1 with GUILE-FIBERS-1.3. Ludovic Courtès 2023-06-02gnu: cuirass: Update to b825967....Fixes a regression introduced with the guile-squee update in 63e5975cac15102e35032d15fcd90e43d5610fa4 (which brings non-blocking/asynchronous 'exec-query') whereby Cuirass would call 'exec-query' whereby another command was being processed. * gnu/packages/ci.scm (cuirass): Update to b825967. Ludovic Courtès 2023-05-10gnu: cuirass: Update to 4a8a4bc....Fixes <https://issues.guix.gnu.org/63389>. * gnu/packages/ci.scm (cuirass): Update to 4a8a4bc. [arguments]: Remove 'set-PATH-for-tests' and 'disable-remote-tests' phases, which are unnecessary. In 'wrap-program' phase, check for "guile-gnutls". [inputs]: Replace GUILE-FIBERS with GUILE-FIBERS-1.1 and GNUTLS with GUILE-GNUTLS. Ludovic Courtès