[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/22: gnu: jalv: Remove GCC5 workaround.
From: |
guix-commits |
Subject: |
19/22: gnu: jalv: Remove GCC5 workaround. |
Date: |
Sun, 7 Jul 2019 19:04:44 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 0403b04d768ab6aa52320ce9b90ac2915d0ee498
Author: Marius Bakke <address@hidden>
Date: Sun Jul 7 23:27:37 2019 +0200
gnu: jalv: Remove GCC5 workaround.
* gnu/packages/audio.scm (jalv)[arguments]: Remove <#:phases>.
---
gnu/packages/audio.scm | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 7024c46..83e09a7 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1595,15 +1595,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
- 'configure 'set-flags
- (lambda _
- ;; Compile with C++11, required by gtkmm.
- (setenv "CXXFLAGS" "-std=c++11")
- #t)))))
+ #:python ,python-2))
(inputs
`(("lv2" ,lv2)
("lilv" ,lilv)
- 04/22: gnu: cURL: Build against Python 3., (continued)
- 04/22: gnu: cURL: Build against Python 3., guix-commits, 2019/07/07
- 03/22: gnu: icu4c: Enable tests on i686., guix-commits, 2019/07/07
- 13/22: gnu: libpsl: Python is a native input., guix-commits, 2019/07/07
- 08/22: gnu: ninja: Python is a regular input., guix-commits, 2019/07/07
- 07/22: gnu: ninja: Build against Python 3., guix-commits, 2019/07/07
- 21/22: gnu: python-pluggy: Update to 0.11.0., guix-commits, 2019/07/07
- 14/22: build-system/meson: Enable compiler optimizations., guix-commits, 2019/07/07
- 06/22: gnu: libevent: Use Python 3 for event_rpcgen.py., guix-commits, 2019/07/07
- 12/22: gnu: graphite2: Build against Python 3., guix-commits, 2019/07/07
- 11/22: gnu: zziplib: Don't run failing tests., guix-commits, 2019/07/07
- 19/22: gnu: jalv: Remove GCC5 workaround.,
guix-commits <=
- 09/22: gnu: libpsl: Build against Python 3., guix-commits, 2019/07/07
- 05/22: gnu: itstool: Update to 2.0.6., guix-commits, 2019/07/07
- 15/22: gnu: libinput: Use the 'release' Meson build type., guix-commits, 2019/07/07
- 17/22: gnu: doxygen: Build with Python 3., guix-commits, 2019/07/07
- 10/22: gnu: zziplib: Don't use unstable tarball., guix-commits, 2019/07/07
- 20/22: gnu: webkitgtk: Build with Python 3., guix-commits, 2019/07/07
- 22/22: gnu: python-pytest: Update to 4.4.2., guix-commits, 2019/07/07
- 16/22: gnu: doxygen: Don't build against special Flex variant., guix-commits, 2019/07/07
- 18/22: gnu: mesa: Use the "release" Meson build type., guix-commits, 2019/07/07