gnu: gdb: Disable tests.
* gnu/packages/gdb.scm (gdb): Disable tests.
This commit is contained in:
parent
c3ae3e7a57
commit
f3b04737f7
@ -43,7 +43,8 @@
|
||||
"08vcb97j1b7vxwq6088wb6s3g3bm8iwikd922y0xsgbbxv3d2104"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases (alist-cons-after
|
||||
'(#:tests? #f ; FIXME "make check" fails on single-processor systems.
|
||||
#:phases (alist-cons-after
|
||||
'configure 'post-configure
|
||||
(lambda _
|
||||
(for-each patch-makefile-SHELL
|
||||
|
Loading…
Reference in New Issue
Block a user