(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/dav.scm
AgeCommit message (Expand)Author
2023-07-16gnu: xandikos: Update to 0.2.8....* gnu/packages/dav.scm (xandikos): Update to 0.2.8. Tobias Geerinckx-Rice
2023-07-16gnu: vdirsyncer: Use G-expressions....* gnu/packages/dav.scm (vdirsyncer)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-16gnu: vdirsyncer: Update to 0.19.2....* gnu/packages/dav.scm (vdirsyncer): Update to 0.19.2. Tobias Geerinckx-Rice
2023-03-08gnu: vdirsyncer: Update to 0.19.1....* gnu/packages/dav.scm (vdirsyncer): Update to 0.19.1. Efraim Flashner
2022-12-06gnu: vdirsyncer: Don't propagate python packages....* gnu/packages/dav.scm (vdirsyncer)[propagated-inputs]: Move all packages ... [inputs]: ... to here. Efraim Flashner
2022-12-06gnu: vdirsyncer: Update to 0.19.0....* gnu/packages/dav.scm (vdirsyncer): Update to 0.19.0. [arguments]: Remove trailing #t in phases. Remove phase generating the manpage. [native-inputs]: Add python-aioresponses, python-click, python-trustme, python-pytest-asyncio, python-pytest-cov, python-pytest-httpserver. Remove python-pytest-localserver, python-pytest-subtesthack, python-urllib3, python-wsgi-interpreter. [inputs]: Remove field. [propagated-inputs]: Add python-aiohttp, python-aiostream. Remove python-click-threading. * gnu/packages/python-xyz.scm (python-click-5): Remove variable. Efraim Flashner