aboutsummaryrefslogtreecommitdiff
(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 (modify-inputs (package-native-inputs gdb)
                   (prepend autoconf-2.69 automake texinfo))))
/commit/gnu/tests/nfs.scm?id=dbd3454c3bc688921aa3dffa110cf2adff165a76'>tests: nfs: Fix nfs-root-fs test....Mathieu Othacehe 2021-09-26tests: Reduce boilerplate for users of 'system-test-runner'....Ludovic Courtès 2021-09-25tests: Adjust to SRFI-64 as found in Guile 3.0.7....Ludovic Courtès 2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer 2021-04-10tests: nfs: Fix typo in description....Tobias Geerinckx-Rice 2020-11-07tests: nfs-root-fs: Use the right store file name....Ludovic Courtès 2020-09-10tests: nfs: Improve "nfs-root-fs"....Danny Milosavljevic 2020-09-07tests: nfs: Improve "nfs-root-fs"....Danny Milosavljevic 2020-09-07tests: Add "nfs-root-fs" system test....Stefan 2020-03-25tests/nfs: Fix use of WAIT-FOR-FILE....Ricardo Wurmus 2020-03-16tests: nfs-server: Use marionette helper procedures....Ludovic Courtès 2020-03-16tests: nfs: Ensure 'rpcinfo' can be found....Ludovic Courtès