me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 1 additions and 1 deletions

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