meta name='robots' content='noindex, nofollow'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/logging.scm
AgeCommit message (Expand)Author
2022-12-31gnu: Add spdlog-for-kodi....* gnu/packages/logging.scm (spdlog-for-kodi): New variable. Ricardo Wurmus
2022-11-11gnu: spdlog: Update to 1.11.0....* gnu/packages/logging.scm (spdlog): Update to 1.11.0. [source]<origin>: Remove obselete snippet. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan
2022-11-11gnu: Add spdlog-1.10....* gnu/packages/logging.scm (spdlog-1.10): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan
2022-09-01gnu: rsyslog: Remove gratuitous whitespace....* gnu/packages/logging.scm (rsyslog)[#:configure-flags]: Remove gratuitous whitespace. Liliana Marie Prikler
2022-09-01gnu: Add missing imports for python-check....This fixes an issue introduced in 3bf5a19609560c7ba985eda66019eda15aaf4a86, which caused `guix pull', `guix time-machine', and a few other commands to fail. * gnu/packages/diffoscope.scm: Import python-check. * gnu/packages/django.scm: Likewise. * gnu/packages/logging.scm: Likewise. * gnu/packages/magic-wormhole.scm: Likewise. * gnu/packages/networking.scm: Likewise. Liliana Marie Prikler
2022-08-10gnu: spdlog: Prevent test failure on busy machines....* gnu/packages/logging.scm (spdlog)[source](modules, snippet): New fields. Marius Bakke
2022-06-05gnu: multitail: Update to 6.5.2....* gnu/packages/logging.scm (multitail): Update to 6.5.2. [arguments]: Don't explicitly return #t from phases. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Add SYSCONFDIR to #:make-flags. Add a new 'fix-broken-build phase. Sanitise the old 'patch-curses-lib phase to 'patch-curses-headers. Tobias Geerinckx-Rice
2022-06-05gnu: rsyslog: Include rscryutil....* gnu/packages/logging.scm (rsyslog)[arguments]: Add "--enable-usertools" and "--enable-generate-man-pages" to #:configure-flags. Move all ‘mm’ options to their own section. [native-inputs]: Add python-docutils. Tobias Geerinckx-Rice
2022-06-05gnu: rsyslog: Update to 8.2204.1....* gnu/packages/logging.scm (rsyslog): Update to 8.2204.1. Tobias Geerinckx-Rice
2022-05-02gnu: spdlog: Update to 1.10.0....* gnu/packages/logging.scm (spdlog): Update to 1.10.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan
2022-05-01gnu: tailon: Update to 1.4.3....* gnu/packages/logging.scm (tailon): Update to 1.4.3. [native-inputs]: Add python-tox, python-wheel. [inputs]: Use python-pyyaml-5 instead of python-pyyaml. Relax tornado version requirement. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Mathieu Othacehe