(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)))) git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/version-control.scm
AgeCommit message (Expand)Author
2018-03-20Correct name and Email for ng0....ng0
2018-02-28services: cgit: Add more configuration fields....Oleg Pykhalov
2018-01-21services: Missing services are automatically instantiated....Ludovic Courtès
2017-12-18services: nginx: Replace 'http-port' and 'https-port' with 'listen'....Clément Lassieur
2017-11-28services: cgit, git-daemon: Add description and default value....Ludovic Courtès
2017-11-28services: Add Git HTTP(S) service support....Andy Wingo
2017-10-03gnu: services: Add cgit....Oleg Pykhalov
2016-11-21gnu: services: Add git-service....ng0