diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-12-01 21:33:48 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-12-01 21:37:12 -0500 |
commit | 4781f0458de7419606b71bdf0fe56bca83ace910 (patch) | |
tree | 5f607bb27afaffe7a1b3a49c703164c64ebf0fcd /guix/build-system | |
parent | 2775bb95c7e4ecfaf81af579e8003dddedab6960 (diff) |
Revert "gnu: linux-libre: Move info manual to doc output."
This reverts commit 748ec628826cea3faa3679074d87fae9bc810080. It broke the
linux-libre-module-builder like so:
builder for
`/gnu/store/293jxydym9z7ck7afmrjqhiw3xpfs4i1-linux-libre-module-builder-6.0.10.drv'
failed to produce output path
`/gnu/store/ghmp1q5w6r1s9364rz53jd42152wgz2v-linux-libre-module-builder-6.0.10-doc'
for reasons difficult to understand.
Diffstat (limited to 'guix/build-system')
-rw-r--r-- | guix/build-system/linux-module.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/build-system/linux-module.scm b/guix/build-system/linux-module.scm index 29c3485023..c1ddeaea10 100644 --- a/guix/build-system/linux-module.scm +++ b/guix/build-system/linux-module.scm @@ -59,7 +59,6 @@ (name (string-append (package-name linux) "-module-builder")) (inputs `(("linux" ,linux))) - (outputs (delete "doc" (package-outputs linux))) (arguments (substitute-keyword-arguments (package-arguments linux) ((#:phases phases) |