[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: waybar: Remove GCC input.
From: |
guix-commits |
Subject: |
05/06: gnu: waybar: Remove GCC input. |
Date: |
Tue, 2 Jul 2019 17:48:52 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit b80dd5e3e08b7814db3451363c75f33749f8b797
Author: Marius Bakke <address@hidden>
Date: Tue Jul 2 23:18:07 2019 +0200
gnu: waybar: Remove GCC input.
* gnu/packages/wm.scm (waybar)[native-inputs]: Remove GCC-TOOLCHAIN-7.
[arguments]: Remove <#:phases>.
---
gnu/packages/wm.scm | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 90bc7fc..1747619 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -89,7 +89,6 @@
#:use-module (gnu packages pretty-print)
#:use-module (gnu packages logging)
#:use-module (gnu packages serialization)
- #:use-module (gnu packages commencement) ; TODO remove when default gcc
version >=7
#:use-module (guix download)
#:use-module (guix git-download))
@@ -1337,15 +1336,7 @@ modules for building a Wayland compositor.")
(build-system meson-build-system)
(arguments
`(#:configure-flags
- (list (string-append "-Dout=" (assoc-ref %outputs "out")))
- #:phases
- (modify-phases %standard-phases
- ;; TODO remove when issue #30756 is resolved
- (add-before 'configure 'fix-gcc
- (lambda _
- (unsetenv "C_INCLUDE_PATH")
- (unsetenv "CPLUS_INCLUDE_PATH")
- #t)))))
+ (list (string-append "-Dout=" (assoc-ref %outputs "out")))))
(inputs `(("fmt" ,fmt)
("gtkmm" ,gtkmm)
("jsoncpp" ,jsoncpp)
@@ -1356,8 +1347,7 @@ modules for building a Wayland compositor.")
("pulseaudio" ,pulseaudio)
("spdlog" ,spdlog)
("wayland" ,wayland)))
- (native-inputs `(("gcc-toolchain" ,gcc-toolchain-7) ; TODO remove when
default gcc version >=7
- ("glib:bin" ,glib "bin")
+ (native-inputs `(("glib:bin" ,glib "bin")
("pkg-config" ,pkg-config)
("wayland-protocols" ,wayland-protocols)))
(home-page "https://github.com/Alexays/Waybar")
- branch core-updates updated (7ce9139 -> 554e234), guix-commits, 2019/07/02
- 06/06: gnu: libgnomecanvasmm: Remove GCC5 workaround., guix-commits, 2019/07/02
- 03/06: gnu: vte-ng: Remove GCC7 input., guix-commits, 2019/07/02
- 02/06: gnu: spirv-tools: Remove GCC7 input., guix-commits, 2019/07/02
- 01/06: gnu: gtkmm: Remove GCC5 workaround., guix-commits, 2019/07/02
- 04/06: gnu: ncmpc: Remove GCC8 input., guix-commits, 2019/07/02
- 05/06: gnu: waybar: Remove GCC input.,
guix-commits <=