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 @@ input bits thoroughly but are not suitable for cryptography.")
|
|||
(%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
|
||||
|
|
Reference in a new issue