mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Audacity: Build with Python 3.
* gnu/packages/audio.scm (audacity)[native-inputs]: Replace python-2 with python.
This commit is contained in:
parent
e56186df59
commit
747f68bfb2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue