diff options
| author | Isidor Zeuner <guix@quidecco.pl> | 2025-10-24 09:10:42 +0200 |
|---|---|---|
| committer | Gabriel Wicki <gabriel@erlikon.ch> | 2025-10-24 11:41:43 +0200 |
| commit | 445cbcce7a02ca41eeee70a2600efd143d3ccc64 (patch) | |
| tree | 5c2c3e544ecb33b1c250721416518e43db492e63 | |
| parent | ce8752ef83a500f9c0a8d3e8e28d84de470bc408 (diff) | |
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 <gabriel@erlikon.ch>
| -rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
