(use-modules (guix) (gnu packages gdb) (gnu packages autotools) (gnu packages texinfo)) ;; Augment the package definition of GDB with the build tools ;; needed when developing GDB (and which are not needed when ;; simply installing it.) (package (inherit gdb) (native-inputs `(("autoconf" ,autoconf-2.64) ("automake" ,automake) ("texinfo" ,texinfo) ,@(package-native-inputs gdb)))) /cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-graph.sh
AgeCommit message (Expand)Author
2023-09-26tests: Adjust ‘guix graph --path’ test to latest Emacs changes....Ludovic Courtès
2023-04-28tests: guix-graph.sh: Fix expected path from emacs to libffi....Josselin Poiret
2023-04-21tests: Fix checks for expected failures....Eric Bavier
2022-01-16tests: Clean up after 'tests/guix-graph.sh'....Ludovic Courtès