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:
Nikita Domnitskii 2024-08-02 23:04:59 +06:00 committed by Ludovic Courtès
parent 5680ca8168
commit edefead873
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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