mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: rubberband: Remove native-search-paths.
* gnu/packages/audio.scm (rubberband)[native-search-paths]: Remove 'LADSPA_PATH'. Change-Id: I96666bb4cf576d55d3b17dd494aae20bff01f933 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5680ca8168
commit
edefead873
1 changed files with 0 additions and 4 deletions
|
|
@ -3712,10 +3712,6 @@ filters using the so-called @emph{window method}.")
|
|||
(list fftw libsamplerate)) ;required by rubberband.pc
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "LADSPA_PATH")
|
||||
(files '("lib/ladspa")))))
|
||||
(home-page "https://breakfastquay.com/rubberband/")
|
||||
(synopsis "Audio time-stretching and pitch-shifting library")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue