.2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/logging.scm
AgeCommit message (Expand)Author
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
2022-01-21gnu: spdlog: Build shared library....* gnu/packages/logging.scm (spdlog)[arguments]: Enable SPDLOG_BUILD_SHARED flag. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> raingloom
2021-12-31gnu: rsyslog: Update to 8.2112.0....* gnu/packages/logging.scm (rsyslog): Update to 8.2112.0. Ricardo Wurmus
2021-12-31gnu: Add rsyslog....* gnu/packages/logging.scm (rsyslog): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Katherine Cox-Buday
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-14gnu: spdlog: Update to 1.9.2....* gnu/packages/logging.scm (spdlog): Update to 1.9.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan