(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)))) '>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/ssh.scm
AgeCommit message (Expand)Author
2024-01-08services: openssh: Add dependency on ‘networking’....Ludovic Courtès
2023-05-21services: Transient inetd services inherit requirements....Ludovic Courtès
2023-05-17services: ssh: Really rename openssh-challenge-response-authentication?...Maxim Cournoyer
2023-05-17services: ssh: Rename openssh-challenge-response-authentication?...Maxim Cournoyer
2023-05-17services: openssh: Export openssh-configuration accessors....Maxim Cournoyer
2023-05-11system: pam: Let PAM extensions add shepherd requirements....Josselin Poiret
2023-03-03services: ssh: Deprecate 'dropbear-service' procedure....Bruno Victal
2023-03-03services: ssh: Deprecate 'lsh-service' procedure....Bruno Victal
2022-11-18services: Add Shepherd 'configuration' action to various services....Ludovic Courtès