mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: rubberband: Propagate required libraries.
* gnu/packages/audio.scm (rubberband)[inputs]: Move fftw and libsamplerate from here... [propagated-inputs]: ...to here. Change-Id: I0a2813fcad789b0609f1d300ec8508f4092665bf
This commit is contained in:
parent
761078ece0
commit
c62db10f94
1 changed files with 3 additions and 1 deletions
|
@ -3662,7 +3662,9 @@ (define-public rubberband
|
|||
"-Dfft=fftw" ;To avoid using bundled version
|
||||
"-Ddefault_library=shared"))) ;Don't build static library
|
||||
(inputs
|
||||
(list fftw ladspa libsamplerate lv2 vamp))
|
||||
(list ladspa lv2 vamp))
|
||||
(propagated-inputs
|
||||
(list fftw libsamplerate)) ;required by rubberband.pc
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(native-search-paths
|
||||
|
|
Loading…
Reference in a new issue