mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: ustr: Don't use vsnprintf.
This follows up on 1059d1570b
,
which caused new tests failures on non-cross builds.
* gnu/packages/textutils.scm (ustr)[arguments]: Return "0" for
./autoconf_vsnprintf.
This commit is contained in:
parent
bbdd43fd11
commit
7f9888516f
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ (define-public ustr
|
|||
(%current-system)))
|
||||
"echo 1"
|
||||
"echo 0"))
|
||||
(("\\./autoconf_vsnprintf") "echo 1"))))
|
||||
(("\\./autoconf_vsnprintf") "echo 0"))))
|
||||
(add-after 'unpack 'disable-check-for-stdint
|
||||
(lambda _
|
||||
;; Of course we have stdint.h, just not in /usr/include
|
||||
|
|
Loading…
Reference in a new issue