mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: gdb: Add dependency on libxml2.
* gnu/packages/gdb.scm (gdb)[inputs]: Add LIBXML2.
This commit is contained in:
parent
2517859411
commit
03f4500118
1 changed files with 5 additions and 1 deletions
|
@ -57,7 +57,11 @@ (define-public gdb
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
("ncurses" ,ncurses)
|
("ncurses" ,ncurses)
|
||||||
("python" ,python-wrapper)
|
("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
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)))
|
`(("texinfo" ,texinfo)))
|
||||||
(home-page "http://www.gnu.org/software/gdb/")
|
(home-page "http://www.gnu.org/software/gdb/")
|
||||||
|
|
Loading…
Reference in a new issue