mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
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:
parent
b1dd71c0b3
commit
3672f51582
1 changed files with 1 additions and 1 deletions
|
@ -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")))
|
||||
|
|
Loading…
Reference in a new issue