guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: synthv1: Build with gnu++11.


From: David Craven
Subject: 08/13: gnu: synthv1: Build with gnu++11.
Date: Sun, 21 Aug 2016 23:50:18 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit 69008d73c838717c4fbdb5611176b4717cc5f816
Author: David Craven <address@hidden>
Date:   Sat Aug 20 21:36:10 2016 +0200

    gnu: synthv1: Build with gnu++11.
    
    * gnu/packages/music.scm (synthv1)[arguments]: Add configure-flag.
---
 gnu/packages/music.scm |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index dfd3f77..88743aa 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -702,8 +702,10 @@ Editor.  It is compatible with Power Tab Editor 1.7 and 
Guitar Pro.")
                (base32
                 "0h5zja78phf9705i9g54zh61iczb24iv7rxhljyms30sjgajig1y"))))
     (build-system gnu-build-system)
-    ;; There are no tests.
-    (arguments `(#:tests? #f))
+    (arguments
+     `(#:tests? #f ; There are no tests.
+       #:configure-flags
+       '("CXXFLAGS=-std=gnu++11")))
     (inputs
      `(("jack" ,jack-1)
        ("lv2" ,lv2)



reply via email to

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