mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: html2text: Fix cross-compilation.
* gnu/packages/textutils.scm (html2text)[arguments]: Set $CXX to the correct (CC-FOR-TARGET).
This commit is contained in:
parent
b0020938e1
commit
5c81cbda5e
1 changed files with 2 additions and 1 deletions
|
@ -1038,7 +1038,8 @@ indentation.
|
|||
;; The configure script is not from autotools and does not accept
|
||||
;; ‘--style’ options. There is no proper error handling.
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(invoke "./configure"))))))
|
||||
(invoke "./configure"
|
||||
(string-append "CXX=" ,(cxx-for-target))))))))
|
||||
(home-page "https://github.com/grobian/html2text")
|
||||
(synopsis "HTML to plain text converter")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue