guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: lv2: Use Python 2 for building.


From: Marius Bakke
Subject: 02/02: gnu: lv2: Use Python 2 for building.
Date: Tue, 11 Sep 2018 08:16:19 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 36e8185667c41740786d9b2eb3672a0f8b902ed8
Author: Marius Bakke <address@hidden>
Date:   Tue Sep 11 14:00:20 2018 +0200

    gnu: lv2: Use Python 2 for building.
    
    * gnu/packages/audio.scm (lv2)[arguments]: Set #:python.
---
 gnu/packages/audio.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 3b898c0..8ce9af6 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1777,6 +1777,8 @@ significantly faster and have minimal dependencies.")
     (build-system waf-build-system)
     (arguments
      `(#:tests? #f  ; no check target
+       ;; XXX: The bundled waf does not work with Python 3.7.
+       #:python ,python-2
        #:configure-flags '("--no-plugins")))
     (inputs
      ;; Leaving off cairo and gtk+-2.0 which are needed for example plugins



reply via email to

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