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:
Tobias Geerinckx-Rice 2021-04-28 21:39:13 +02:00
parent bbdd43fd11
commit 7f9888516f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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