gnu: gnumach: Enable kernel debugger (kbd).
* gnu/packages/hurd.scm (gnumach)[arguments]: Add "--enable-kdb".master
parent
4d1ff68d73
commit
29814639c4
|
@ -264,6 +264,8 @@ Hurd-minimal package which are needed for both glibc and GCC.")
|
||||||
(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
|
||||||
|
|
Reference in New Issue