(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)))) atic/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-refresh.sh
AgeCommit message (Expand)Author
2023-08-15refresh: Add --target-version option....Maxim Cournoyer
2023-05-31upstream: Honor package properties for ignored and extra inputs....Ludovic Courtès
2023-05-31upstream: 'update-package-source' edits input fields....Ludovic Courtès
2023-04-21tests: Relax two tests that expected a non-zero error code....Ludovic Courtès
2023-04-21tests: Fix checks for expected failures....Eric Bavier
2023-01-25tests: Do not try to create "$HOME/.config"....Ludovic Courtès
2023-01-08refresh: Add CLI tests....Ludovic Courtès