guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Audacity: Build with Python 3.


From: guix-commits
Subject: branch master updated: gnu: Audacity: Build with Python 3.
Date: Mon, 01 Mar 2021 15:35:46 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 747f68b  gnu: Audacity: Build with Python 3.
747f68b is described below

commit 747f68bfb28ba0a4c68c44e1a990fa3e2522c9e1
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Mar 1 15:13:30 2021 -0500

    gnu: Audacity: Build with Python 3.
    
    * gnu/packages/audio.scm (audacity)[native-inputs]: Replace python-2 with
    python.
---
 gnu/packages/audio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index cd51d0e..052360d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]