guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: suil: Use python2 for building.


From: Marius Bakke
Subject: 03/05: gnu: suil: Use python2 for building.
Date: Tue, 23 Oct 2018 11:17:39 -0400 (EDT)

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

commit 78da6977c738824d730803cb918137d5fe6cbbce
Author: Marius Bakke <address@hidden>
Date:   Tue Oct 23 01:35:34 2018 +0200

    gnu: suil: Use python2 for building.
    
    * gnu/packages/audio.scm (suil)[arguments]: Set #:python.
---
 gnu/packages/audio.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index b664712..4185923 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2360,6 +2360,7 @@ the Turtle syntax.")
     (build-system waf-build-system)
     (arguments
      `(#:tests? #f ; no check target
+       #:python ,python-2 ;XXX: The bundled waf does not work with Python 
3.7.0.
        #:configure-flags
        '("CXXFLAGS=-std=gnu++11")))
     (inputs



reply via email to

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