gnu: slang: Really fix the array tests on 32 bit architectures.

This is a follow up to efb0a04ee0.

* gnu/packages/slang.scm (slang)[phases]{reduce-array-test-size}: Further
reduce the array size.
This commit is contained in:
Maxim Cournoyer 2021-11-26 00:01:54 -05:00
parent b1dd71c0b3
commit 3672f51582
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -64,7 +64,7 @@ (define-public slang
(lambda _
(substitute* "src/test/array.sl"
(("10000,10000,10000,10000,10000,10000")
"100,100,100,100,100,100"))))
"10,10,10,10,10,10"))))
(add-before 'configure 'substitute-before-config
(lambda* (#:key inputs #:allow-other-keys)
(let ((ncurses (assoc-ref inputs "ncurses")))