From b4be83b6ac7e2139bec5d3eaafcf8af6cbe50856 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 29 Nov 2022 20:08:21 -0500 Subject: build: linux-module: Do not inherit the install-doc phase. This is a followup commit to aaf1f18b8044142515ff868bcbd2b72b81ced3ec, itself a followup to 82c43b276dd5e60c81ad2c040a9d945befc4bc88 (gnu: linux-libre: Enable building info doc). * guix/build-system/linux-module.scm (make-linux-module-builder) [phases]: Also delete inherited 'install-doc phase. Reported-by: John Kehayias --- guix/build-system/linux-module.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix') diff --git a/guix/build-system/linux-module.scm b/guix/build-system/linux-module.scm index 53b6decdfb..c1ddeaea10 100644 --- a/guix/build-system/linux-module.scm +++ b/guix/build-system/linux-module.scm @@ -68,6 +68,7 @@ (invoke "make" "modules_prepare"))) (delete 'strip) ;faster (delete 'build-doc) ;costly and not useful here + (delete 'install-doc) (replace 'install (lambda* (#:key inputs #:allow-other-keys) (let ((out-lib-build (string-append #$output "/lib/modules/build"))) -- cgit v1.2.3