Skip to content
Snippets Groups Projects
Commit 03f45001 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: gdb: Add dependency on libxml2.

* gnu/packages/gdb.scm (gdb)[inputs]: Add LIBXML2.
parent 25178594
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,11 @@ (define-public gdb
("readline" ,readline)
("ncurses" ,ncurses)
("python" ,python-wrapper)
("dejagnu" ,dejagnu)))
("dejagnu" ,dejagnu)
;; Allow use of XML-formatted syscall information. This enables 'catch
;; syscall' and similar commands.
("libxml2" ,libxml2)))
(native-inputs
`(("texinfo" ,texinfo)))
(home-page "http://www.gnu.org/software/gdb/")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment