From 213e3acea1b38cef6803588b724eee4de4bcbae4 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 3 Dec 2024 14:04:41 +0000 Subject: gn: vg: Build man pages unconditionally. * gn/packages/bioinformatics.scm (vg)[arguments]: Build man pages unconditionally in the build-manpages phase. --- gn/packages/bioinformatics.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gn/packages/bioinformatics.scm') 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 -- cgit v1.2.3