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"))))
|
"08vcb97j1b7vxwq6088wb6s3g3bm8iwikd922y0xsgbbxv3d2104"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (alist-cons-after
|
'(#:tests? #f ; FIXME "make check" fails on single-processor systems.
|
||||||
|
#:phases (alist-cons-after
|
||||||
'configure 'post-configure
|
'configure 'post-configure
|
||||||
(lambda _
|
(lambda _
|
||||||
(for-each patch-makefile-SHELL
|
(for-each patch-makefile-SHELL
|
||||||
|
|
Loading…
Reference in New Issue