about summary refs log tree commit diff
path: root/gn
diff options
context:
space:
mode:
authorArun Isaac2025-04-28 14:10:35 +0100
committerArun Isaac2025-04-28 14:10:35 +0100
commite232b44cb7aade478cfcbe32e984b45e63c4879c (patch)
tree5d56ea0fef713121c3be1347f7ebad292b8c5631 /gn
parent9aa6a43406ee42b3cebb8d147da75b67f951edab (diff)
downloadguix-bioinformatics-e232b44cb7aade478cfcbe32e984b45e63c4879c.tar.gz
gn: vg: Use make-flags in build-manpages phase.
* gn/packages/bioinformatics.scm (vg)[arguments]: Use make-flags in
build-manpages phases.
Diffstat (limited to 'gn')
-rw-r--r--gn/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm
index 02c979d..5ccd5b5 100644
--- a/gn/packages/bioinformatics.scm
+++ b/gn/packages/bioinformatics.scm
@@ -2506,8 +2506,8 @@ in-memory footprint at the cost of packing and unpacking.")
                 (substitute* "Makefile"
                   ((".*test-docs.*") "")))))
           (add-after 'build 'build-manpages
-            (lambda* (#:key inputs #:allow-other-keys)
-              (invoke "make" "man")))
+            (lambda* (#:key make-flags #:allow-other-keys)
+              (apply invoke "make" "man" make-flags)))
           (replace 'install
             (lambda* (#:key outputs #:allow-other-keys)
               (let ((out (assoc-ref outputs "out")))