me
/
guix
Archived
1
0
Fork 0

gnu: gnumach: Enable kernel debugger (kbd).

* gnu/packages/hurd.scm (gnumach)[arguments]: Add "--enable-kdb".
master
Ludovic Courtès 2020-04-01 16:07:25 +02:00
parent 4d1ff68d73
commit 29814639c4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 0 deletions

View File

@ -264,6 +264,8 @@ Hurd-minimal package which are needed for both glibc and GCC.")
(name "gnumach")
(arguments
(substitute-keyword-arguments (package-arguments gnumach-headers)
((#:configure-flags flags ''())
`(cons "--enable-kdb" ,flags)) ;enable kernel debugger
((#:phases phases '%standard-phases)
`(modify-phases %standard-phases
(add-after 'install 'produce-image