From 691d39a267be141edbafce77472afd2415b12cd4 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 22 Nov 2018 22:06:15 +0200 Subject: gnu: jalv: Build with python-2. * gnu/packages/audio.scm (jalv)[arguments]: Build with python-2. --- gnu/packages/audio.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index e3938494ba..9cee084b19 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1604,6 +1604,7 @@ synchronous execution of all clients, and low latency operation.") (build-system waf-build-system) (arguments `(#:tests? #f ; no check target + #:python ,python-2 #:phases (modify-phases %standard-phases (add-before -- cgit v1.2.3