gnu: aubio: Use Python 3.

* gnu/packages/audio.scm (aubio)[python]: Delete argument.
This commit is contained in:
Maxim Cournoyer 2022-05-12 20:45:16 -04:00
parent 953a5ea59d
commit eb36a550e3
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -617,8 +617,7 @@ (define-public aubio
"--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