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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 445cbcce7a gnu: ableton-link: Fix build.
445cbcce7a is described below

commit 445cbcce7a02ca41eeee70a2600efd143d3ccc64
Author: Isidor Zeuner <[email protected]>
AuthorDate: Fri Oct 24 09:10:42 2025 +0200

    gnu: ableton-link: Fix build.
    
    This addresses issue #3784.
    
    * gnu/packages/audio.scm (ableton-link)[propagated-inputs]: Replace asio 
with asio-1.28.
    
    Change-Id: Ic2571e89c5db461f2a54dd4f00c21725639dbe69
    Signed-off-by: Gabriel Wicki <[email protected]>
---
 gnu/packages/audio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 634ca92990..ee15f82098 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -7247,7 +7247,7 @@ Rate} 3600x2250 bit/s vocoder used in various radio 
systems.")
     (propagated-inputs
      ;; This is because include/ableton/platforms/asio/AsioWrapper.hpp
      ;; contains '#include <asio.hpp>'.
-     (list asio))
+     (list asio-1.28))
     (arguments
      `(#:configure-flags
        '("-DLINK_BUILD_QT_EXAMPLES=ON"

Reply via email to