guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: non-sequencer: Remove GCC5 workaround.


From: guix-commits
Subject: 03/08: gnu: non-sequencer: Remove GCC5 workaround.
Date: Tue, 2 Jul 2019 19:10:51 -0400 (EDT)

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

commit 7af60255ba318cea7bdc38bf1b3ac4fbee3bef92
Author: Marius Bakke <address@hidden>
Date:   Wed Jul 3 00:45:39 2019 +0200

    gnu: non-sequencer: Remove GCC5 workaround.
    
    * gnu/packages/music.scm (non-sequencer)[arguments]: Remove <#:phases>.
---
 gnu/packages/music.scm | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 0a06771..08130d3 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1022,14 +1022,6 @@ Guile.")
                                                        (%current-system))))
                      '("--disable-sse")
                      '()))
-         #:phases
-         (modify-phases %standard-phases
-           (add-before
-            'configure 'set-flags
-            (lambda _
-              ;; Compile with C++11, required by libsigc++.
-              (setenv "CXXFLAGS" "-std=c++11")
-              #t)))
          #:python ,python-2))
       (inputs
        `(("jack" ,jack-1)



reply via email to

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