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

commit 78da6977c738824d730803cb918137d5fe6cbbce
Author: Marius Bakke <[email protected]>
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