andreas pushed a commit to branch core-packages-team
in repository guix.

commit 3de291612105ba292487e1d9163b1799ceb86e6e
Author: Janneke Nieuwenhuizen <jann...@gnu.org>
AuthorDate: Fri Jan 3 19:56:53 2025 +0100

    gnu: aria2: Fix build.
    
    * gnu/packages/bittorrent.scm (aria2)[arguments]: Add phase 
"patch-configure".
    
    Change-Id: I205ebc7017e266341863a2b84c93f3d94ab4b262
---
 gnu/packages/bittorrent.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index b2f22739ae..dc55f5c4fe 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -21,6 +21,7 @@
 ;;; Copyright © 2024 Noisytoot <r...@noisytoot.org>
 ;;; Copyright © 2024 Zheng Junjie <873216...@qq.com>
 ;;; Copyright © 2025 Tomas Volf <~@wolfsden.cz>
+;;; Copyright © 2025 Janneke Nieuwenhuizen <jann...@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -319,6 +320,10 @@ Transmission BitTorrent daemon.")
                               #$output "/etc/bash_completion.d/"))
        #:phases
        #~(modify-phases %standard-phases
+           (add-after 'unpack 'patch-configure
+             (lambda _
+               (substitute* "configure.ac"
+                 (("0[.]18") "0.19.6"))))
            (add-after 'unpack 'delete-socket-tests
              (lambda _
                (substitute* "test/LpdMessageDispatcherTest.cc"

Reply via email to