diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-22 19:32:15 +0100 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-23 09:44:00 +0200 |
| commit | 35052f6d69b2f1195b2fcc03e9a9d9ffba45becb (patch) | |
| tree | 7d60d7441fc19f4e31fbd9df28cb54cd0fe37c5a /gnu | |
| parent | 9c919a969346ebe61d72babd5d9f58baaf03c6fa (diff) | |
gnu: qemu-minimal: Remove doc output.
"Doc" output is empty.
* gnu/packages/virtualization.scm (qemu-minimal)[outputs]: Delete ’doc.
[arguments]: Delete inherited 'move-html-doc phase.
Co-authored-by: Nguyễn Gia Phong <cnx@loang.net>
Change-Id: Id84e491a1981a362f375dcba6296726f3a9adbef
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/virtualization.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index a9e3b2989a4..af743917f97 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm | |||
| @@ -634,7 +634,7 @@ server and embedded PowerPC, and S390 guests.") | |||
| 634 | ;; QEMU without GUI support, only supporting the host's architecture | 634 | ;; QEMU without GUI support, only supporting the host's architecture |
| 635 | (package/inherit qemu | 635 | (package/inherit qemu |
| 636 | (name "qemu-minimal") | 636 | (name "qemu-minimal") |
| 637 | (outputs '("out" "doc")) | 637 | (outputs '("out")) |
| 638 | (synopsis | 638 | (synopsis |
| 639 | "Machine emulator and virtualizer (without GUI or docs) for the host architecture") | 639 | "Machine emulator and virtualizer (without GUI or docs) for the host architecture") |
| 640 | (arguments | 640 | (arguments |
| @@ -676,10 +676,7 @@ server and embedded PowerPC, and S390 guests.") | |||
| 676 | (delete 'configure-user-static) | 676 | (delete 'configure-user-static) |
| 677 | (delete 'build-user-static) | 677 | (delete 'build-user-static) |
| 678 | (delete 'install-user-static) | 678 | (delete 'install-user-static) |
| 679 | ;; We cannot fully remove the "doc" output due to the gexp in qemu. | 679 | (delete 'move-html-doc))))) |
| 680 | (replace 'move-html-doc | ||
| 681 | (lambda _ | ||
| 682 | (mkdir-p #$output:doc))))))) | ||
| 683 | 680 | ||
| 684 | ;; Remove dependencies on optional libraries, notably GUI libraries. | 681 | ;; Remove dependencies on optional libraries, notably GUI libraries. |
| 685 | (native-inputs (filter (lambda (input) | 682 | (native-inputs (filter (lambda (input) |
