mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: gnumach: Enable kernel debugger (kbd).
* gnu/packages/hurd.scm (gnumach)[arguments]: Add "--enable-kdb".
This commit is contained in:
parent
4d1ff68d73
commit
29814639c4
1 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,8 @@ (define-public gnumach
|
||||||
(name "gnumach")
|
(name "gnumach")
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments gnumach-headers)
|
(substitute-keyword-arguments (package-arguments gnumach-headers)
|
||||||
|
((#:configure-flags flags ''())
|
||||||
|
`(cons "--enable-kdb" ,flags)) ;enable kernel debugger
|
||||||
((#:phases phases '%standard-phases)
|
((#:phases phases '%standard-phases)
|
||||||
`(modify-phases %standard-phases
|
`(modify-phases %standard-phases
|
||||||
(add-after 'install 'produce-image
|
(add-after 'install 'produce-image
|
||||||
|
|
Loading…
Reference in a new issue