me
/
guix
Archived
1
0
Fork 0

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

View File

@ -64,7 +64,7 @@
(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")))