From ef28dcf7a5bdbfd8ba586bb066d5ec53188a6bf9 Mon Sep 17 00:00:00 2001 From: muradm Date: Fri, 15 Jul 2022 20:08:14 +0300 Subject: [PATCH] Add paths-guix.conf file. --- config/paths-guix.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/paths-guix.conf diff --git a/config/paths-guix.conf b/config/paths-guix.conf new file mode 100644 index 00000000..b4a2e9f5 --- /dev/null +++ b/config/paths-guix.conf @@ -0,0 +1,13 @@ +# Guix + +[INCLUDES] + +before = paths-common.conf +after = paths-overrides.local + + +[DEFAULT] + +syslog_authpriv = /var/log/secure +syslog_mail = /var/log/maillog +syslog_mail_warn = /var/log/maillog -- 2.36.1 orm.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/cran.scm
AgeCommit message (Expand)Author
2021-12-18import: cran: Fix description->package test....This follows up on commit 5cd1019488c44081aaf030fbe8bc357d78daef23. * tests/cran.scm (description): Include a very long line. (description->package): Update the golden description to match the paragraph filling now performed by BEAUTIFY-DESCRIPTION. Tobias Geerinckx-Rice
2021-07-11import: cran: Emit new-style package inputs....* guix/import/cran.scm (format-inputs): Emit symbols or 'specification->package' calls. (maybe-inputs): Wrap in 'list' instead of 'quasiquote'. * tests/cran.scm ("description->package"): Adjust accordingly. Ludovic Courtès
2020-01-16import: cran: Avoid uses of '@@' in the tests....* guix/import/cran.scm (description->alist, description->package): Export. <top level>: Set! 'listify'. * tests/cran.scm (description-alist, "description->package"): Remove use of '@@' to access the relevant bindings. Ludovic Courtès