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 @@ filters using the so-called @emph{window method}.")
|
|||
"-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
|
||||
|
|
Reference in a new issue