[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/10: gnu: nghttp2: Remove GCC7 workaround.
From: |
guix-commits |
Subject: |
06/10: gnu: nghttp2: Remove GCC7 workaround. |
Date: |
Sun, 10 Feb 2019 15:19:57 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit c3188c9accaa0299ea181617b5ab6a5682837e58
Author: Marius Bakke <address@hidden>
Date: Sun Feb 10 18:12:53 2019 +0100
gnu: nghttp2: Remove GCC7 workaround.
* gnu/packages/web.scm (nghttp2)[native-inputs]: Remove GCC-7.
[arguments]: Remove phase 'work-around-bug-30756'.
---
gnu/packages/web.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 158d542..129e886 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6255,7 +6255,6 @@ derivation by David Revoy from the original MonsterID by
Andreas Gohr.")
"lib")) ; only libnghttp2
(native-inputs
`(("pkg-config" ,pkg-config)
- ("gcc" ,gcc-7) ; 1.35.0 requires GCC6 or later
;; Required by tests.
("cunit" ,cunit)
@@ -6287,9 +6286,6 @@ derivation by David Revoy from the original MonsterID by
Andreas Gohr.")
(("@prefix@")
(assoc-ref outputs "lib")))
#t))
- (add-before 'configure 'work-around-bug-30756
- (lambda _
- (for-each unsetenv '("C_INCLUDE_PATH" "CPLUS_INCLUDE_PATH")) #t))
(add-before 'check 'set-timezone-directory
(lambda* (#:key inputs #:allow-other-keys)
(setenv "TZDIR" (string-append (assoc-ref inputs "tzdata")
- branch core-updates updated (0bba8a5 -> f9126dd), guix-commits, 2019/02/10
- 10/10: gnu: libidn2: Update to 2.1.1a., guix-commits, 2019/02/10
- 05/10: gnu: RHash: Update to 1.3.8., guix-commits, 2019/02/10
- 09/10: gnu: harfbuzz: Update to 2.3.1., guix-commits, 2019/02/10
- 08/10: gnu: graphite2: Update to 1.3.13., guix-commits, 2019/02/10
- 07/10: gnu: nghttp2: Update to 1.36.0., guix-commits, 2019/02/10
- 02/10: gnu: GnuTLS: Update to 3.6.6., guix-commits, 2019/02/10
- 03/10: gnu: OpenLDAP: Update to 2.4.47., guix-commits, 2019/02/10
- 04/10: gnu: libuv: Update to 1.26.0., guix-commits, 2019/02/10
- 06/10: gnu: nghttp2: Remove GCC7 workaround.,
guix-commits <=
- 01/10: Merge branch 'staging' into core-updates, guix-commits, 2019/02/10