gnu: icecat: Fix FTBFS with GCC7.

* gnu/packages/gnuzilla.scm (icecat)[arguments]: In the 'augment-CPATH' phase,
do not attempt to read CPLUS_INCLUDE_PATH, which is no longer set.
This commit is contained in:
Marius Bakke 2019-07-04 20:13:13 +02:00
parent 1daca4f3e5
commit 8b3dc66771
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -864,8 +864,7 @@ (define-public icecat
(let ((gcc (assoc-ref inputs "gcc")))
(setenv "CPLUS_INCLUDE_PATH"
(string-append gcc "/include/c++" ":"
gcc "/include/c++/" build ":"
(getenv "CPLUS_INCLUDE_PATH"))))
gcc "/include/c++/" build)))
#t))
(replace 'configure
;; configure does not work followed by both "SHELL=..." and