diff options
author | Leo Famulari <leo@famulari.name> | 2021-03-01 15:13:30 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-03-01 15:35:25 -0500 |
commit | 747f68bfb28ba0a4c68c44e1a990fa3e2522c9e1 (patch) | |
tree | 99bdcc05abd05323c6269ceadcbe86a1f31deb73 /gnu | |
parent | e56186df593ea6d474aa3ea7faf0efcd31f75857 (diff) | |
download | guix-747f68bfb28ba0a4c68c44e1a990fa3e2522c9e1.tar.gz |
gnu: Audacity: Build with Python 3.
* gnu/packages/audio.scm (audacity)[native-inputs]: Replace python-2 with python.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index cd51d0ef1c..052360d2e9 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -741,7 +741,7 @@ engineers, musicians, soundtrack editors and composers.") ("gettext" ,gettext-minimal) ;for msgfmt ("libtool" ,libtool) ("pkg-config" ,pkg-config) - ("python" ,python-2) + ("python" ,python) ("which" ,which))) (arguments `(#:configure-flags |