gnu: gdb: Add dependency on libxml2. * gnu/packages/gdb.scm (gdb)[inputs]: Add LIBXML2.
1 files changed, 5 insertions(+), 1 deletions(-) M gnu/packages/gdb.scm
M gnu/packages/gdb.scm => gnu/packages/gdb.scm +5 -1
@@ 57,7 57,11 @@ ("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/")