1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Tobias Geerinckx-Rice
2021-04-28 21:39:13 +02:00
parent bbdd43fd11
commit 7f9888516f

View File

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