aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/debug.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-11-18 22:16:15 +0800
committer宋文武 <iyzsong@gmail.com>2016-11-18 22:19:49 +0800
commitd7da76044bd12e9eda507b5259a51d010aa8aae3 (patch)
treefa4c48c7e104139b33708c5eceff60176d20be22 /gnu/packages/debug.scm
parent4d17fe2ad339cebfbe999c758d22951d562b1e8e (diff)
downloadguix-d7da76044bd12e9eda507b5259a51d010aa8aae3.tar.gz
guix-d7da76044bd12e9eda507b5259a51d010aa8aae3.zip
gnu: opensmtpd: Build man pages.
* gnu/packages/mail.scm (opensmtpd)[native-inputs]: Add groff.
Diffstat (limited to 'gnu/packages/debug.scm')
0 files changed, 0 insertions, 0 deletions
y deprecated by the support for local folders by the actual implementation. * doc/guix.texi: Document the new semantics and valid arguments for the --repo option. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Alice BRENON 2021-07-20import: opam: Emit new-style package inputs....* guix/import/opam.scm (opam->guix-package): Wrap INPUTS and NATIVE-INPUTS in 'list' instead of 'quasiquote'. (dependency-list->inputs): Return a list of symbols. * tests/opam.scm ("opam->guix-package"): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sarah Morgensen 2021-05-28import: opam: Generate license for package....* guix/import/opam.scm (opam->guix-package): Generate license for the ‘license’ field. * tests/opam.scm (test-opam-file): Update accordingly. ("opam->guix-package"): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen