mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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>
This commit is contained in:
parent
ce8752ef83
commit
445cbcce7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue