me
/
guix
Archived
1
0
Fork 0

gnu: recutils: Fix cross-compilation.

* gnu/packages/databases.scm (recutils)
[arguments]: Point "--with-bash-headers" to the root bash
"/include" directory.
master
Tobias Geerinckx-Rice 2022-05-08 02:00:00 +02:00
parent b4c9a3d23b
commit 20fbd87093
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -1572,8 +1572,9 @@ organized in a hash table or B+ tree.")
(list #:configure-flags (list #:configure-flags
'(list "--disable-static" '(list "--disable-static"
(string-append "--with-bash-headers=" (string-append "--with-bash-headers="
(search-input-directory %build-inputs (dirname (search-input-directory
"include/bash"))))) %build-inputs
"include/bash"))))))
(native-inputs (native-inputs
;; XXX Without labels, the default 'configure phase picks the wrong "bash". ;; XXX Without labels, the default 'configure phase picks the wrong "bash".
`(("bc" ,bc) `(("bc" ,bc)