mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05: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 @@ (define-public rubberband
|
|||
(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…
Reference in a new issue