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:
Ricardo Wurmus 2024-01-11 08:16:59 +01:00
parent 761078ece0
commit c62db10f94
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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