gnu: Audacity: Build with Python 3.

* gnu/packages/audio.scm (audacity)[native-inputs]: Replace python-2 with
python.
This commit is contained in:
Leo Famulari 2021-03-01 15:13:30 -05:00
parent e56186df59
commit 747f68bfb2
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -741,7 +741,7 @@ (define-public audacity
("gettext" ,gettext-minimal) ;for msgfmt
("libtool" ,libtool)
("pkg-config" ,pkg-config)
("python" ,python-2)
("python" ,python)
("which" ,which)))
(arguments
`(#:configure-flags