(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)))) .org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/linux-initrd.scm
AgeCommit message (Expand)Author
2017-07-04linux-initrd: Avoid monadic style a bit....Ludovic Courtès
2017-07-02linux-initrd: Add isofs if necessary....Danny Milosavljevic
2017-05-19vm: Support creating FAT partitions....Marius Bakke
2017-03-21file-systems: Do not use (gnu packages …)....Ludovic Courtès
2017-03-18file-systems: Factorize file-system-packages....Danny Milosavljevic
2017-03-11linux-initrd: Add a raw-initrd and use it to define base-initrd....Mathieu Othacehe
2017-01-10system: Add btrfs file system support....David Craven
2016-12-18linux-initrd: Support FAT filesystems....Marius Bakke
2016-09-05system: Use 'source-module-closure' where needed....Ludovic Courtès