mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: gdb: Disable tests.
* gnu/packages/gdb.scm (gdb): Disable tests.
This commit is contained in:
parent
c3ae3e7a57
commit
f3b04737f7
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ (define-public gdb
|
|||
"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 a new issue