From e232b44cb7aade478cfcbe32e984b45e63c4879c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 28 Apr 2025 14:10:35 +0100 Subject: gn: vg: Use make-flags in build-manpages phase. * gn/packages/bioinformatics.scm (vg)[arguments]: Use make-flags in build-manpages phases. --- gn/packages/bioinformatics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gn/packages/bioinformatics.scm') 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"))) -- cgit v1.2.3