(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/gnu/packages/wm.scm
AgeCommit message (Expand)Author
2016-11-19gnu: Use 'mirror://' URLs in several places....Ludovic Courtès
2016-10-01gnu: Add quickswitch-i3....Ivan Vilata i Balaguer
2016-10-01gnu: Add python-i3-py....Ivan Vilata i Balaguer
2016-09-20gnu: awesome: Update to 3.5.9....doncatnip
2016-09-04gnu: awesome: Shorten the description....ng0