guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ingen: Fix build.


From: guix-commits
Subject: 01/01: gnu: ingen: Fix build.
Date: Sat, 8 Dec 2018 03:07:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f9dcf79f4752708554a452aa80a0987ab0e31754
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Dec 8 09:06:22 2018 +0100

    gnu: ingen: Fix build.
    
    Fixes <https://bugs.gnu.org/33667>.
    
    * gnu/packages/music.scm (ingen)[arguments]: Use python-2.
---
 gnu/packages/music.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 2314fdc..eafc387 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3305,7 +3305,8 @@ plugins, a switch trigger, a toggle switch, and a 
peakmeter.")
            "1wg47vjw9djn99gbnsl2bcwj4xhdid61m4wrbn2nlp797flj91ic"))))
       (build-system waf-build-system)
       (arguments
-       `(#:tests? #f ; no "check" target
+       `(#:python ,python-2
+         #:tests? #f ; no "check" target
          #:configure-flags (list "--no-webkit")
          #:phases
          (modify-phases %standard-phases



reply via email to

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