mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02: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:
committed by
Gabriel Wicki
parent
ce8752ef83
commit
445cbcce7a
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user