From eb36a550e369d1fb0324af3c501070ae6e3b0462 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 12 May 2022 20:45:16 -0400 Subject: gnu: aubio: Use Python 3. * gnu/packages/audio.scm (aubio)[python]: Delete argument. --- gnu/packages/audio.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 94979a3500..01f809d5e9 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -617,8 +617,7 @@ Filter) modules follow the convention of 1V / Octave.") "--enable-jack" "--enable-sndfile" "--enable-samplerate" - "--enable-avcodec") - #:python ,python-2)) + "--enable-avcodec"))) (inputs (list jack-1 libsndfile libsamplerate fftwf ffmpeg)) ; for libavcodec (native-inputs -- cgit v1.2.3