mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: aubio: Use Python 3.
* gnu/packages/audio.scm (aubio)[python]: Delete argument.
This commit is contained in:
parent
953a5ea59d
commit
eb36a550e3
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue