gnu: findutils: Fix cross-compilation.
* gnu/packages/base.scm (findutils): Reinstate cross-compilation #:configure-flags.
This commit is contained in:
parent
c8c6bba5a7
commit
cf9fd501ea
|
@ -236,13 +236,13 @@ You can use the sdiff command to merge two files interactively.")
|
||||||
`(("patch/absolute-paths"
|
`(("patch/absolute-paths"
|
||||||
,(search-patch "findutils-absolute-paths.patch"))))
|
,(search-patch "findutils-absolute-paths.patch"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:patches (list (assoc-ref %build-inputs "patch/absolute-paths")))
|
`(#:patches (list (assoc-ref %build-inputs "patch/absolute-paths"))
|
||||||
|
|
||||||
;; TODO: Work around cross-compilation failure.
|
;; Work around cross-compilation failure.
|
||||||
;; See <http://savannah.gnu.org/bugs/?27299#comment1>.
|
;; See <http://savannah.gnu.org/bugs/?27299#comment1>.
|
||||||
;; `(#:configure-flags '("gl_cv_func_wcwidth_works=yes")
|
,@(if (%current-target-system)
|
||||||
;; ,@(arguments cross-system))
|
'(#:configure-flags '("gl_cv_func_wcwidth_works=yes"))
|
||||||
)
|
'())))
|
||||||
(synopsis "Operating on files matching given criteria")
|
(synopsis "Operating on files matching given criteria")
|
||||||
(description
|
(description
|
||||||
"The GNU Find Utilities are the basic directory searching utilities of
|
"The GNU Find Utilities are the basic directory searching utilities of
|
||||||
|
|
Loading…
Reference in New Issue