(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)))) ic/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
AgeCommit message (Expand)Author
2022-09-18gnu: Explicitly use OpenSSL 1.1 in packages that don't support 3.0....Marius Bakke
2022-07-23gnu: PHP: Fix test failure with newer cURL....Marius Bakke
2022-07-23gnu: PHP: Update to 7.4.30....Marius Bakke