mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -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)
|
||||
("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/")
|
||||
|
|
Loading…
Reference in a new issue