(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.64 automake texinfo)))) wspan='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/cedille.scm
AgeCommit message (Expand)Author
2020-02-23gnu: cedille: Update to 1.1.2....John Soo
2019-11-20gnu: cedille: Use most recent GHC....Timothy Sample
2019-09-01gnu: cedille: Adjust import list....Ludovic Courtès
2019-08-28gnu: Add cedille....John Soo