aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2024-12-03 14:04:41 +0000
committerArun Isaac2024-12-03 14:04:41 +0000
commit213e3acea1b38cef6803588b724eee4de4bcbae4 (patch)
tree48fe894436b5543814f145ad9b569cb02562b023
parent9d7622cc0d0242422eb506f0b4cee60afa35a49b (diff)
downloadguix-bioinformatics-213e3acea1b38cef6803588b724eee4de4bcbae4.tar.gz
gn: vg: Build man pages unconditionally.
* gn/packages/bioinformatics.scm (vg)[arguments]: Build man pages unconditionally in the build-manpages phase.
-rw-r--r--gn/packages/bioinformatics.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm
index 3172880..6c8327e 100644
--- a/gn/packages/bioinformatics.scm
+++ b/gn/packages/bioinformatics.scm
@@ -47,6 +47,7 @@
#:use-module (gnu packages databases)
#:use-module (gnu packages datastructures)
#:use-module (gnu packages digest)
+ #:use-module (gnu packages documentation)
#:use-module (gnu packages elf)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages gcc)
@@ -2489,8 +2490,7 @@ in-memory footprint at the cost of packing and unpacking.")
((".*test-docs.*") "")))))
(add-after 'build 'build-manpages
(lambda* (#:key inputs #:allow-other-keys)
- (when (assoc-ref inputs "asciidoctor")
- (invoke "make" "man"))))
+ (invoke "make" "man")))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
@@ -2505,7 +2505,8 @@ in-memory footprint at the cost of packing and unpacking.")
(if (supported-package? ruby-asciidoctor)
(list ruby-asciidoctor)
'())
- (list bash-tap
+ (list asciidoc
+ bash-tap
bc
cmake-minimal
jq