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.
master
parent
b1dd71c0b3
commit
3672f51582
|
@ -64,7 +64,7 @@
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "src/test/array.sl"
|
(substitute* "src/test/array.sl"
|
||||||
(("10000,10000,10000,10000,10000,10000")
|
(("10000,10000,10000,10000,10000,10000")
|
||||||
"100,100,100,100,100,100"))))
|
"10,10,10,10,10,10"))))
|
||||||
(add-before 'configure 'substitute-before-config
|
(add-before 'configure 'substitute-before-config
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(let ((ncurses (assoc-ref inputs "ncurses")))
|
(let ((ncurses (assoc-ref inputs "ncurses")))
|
||||||
|
|
Reference in New Issue