guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/18: gnu: nvme-cli: Separate :doc files.


From: guix-commits
Subject: 13/18: gnu: nvme-cli: Separate :doc files.
Date: Wed, 19 Jul 2023 11:23:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 236edb05d7aee0e88127a3809ff77786f934aec6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:00 2023 +0200

    gnu: nvme-cli: Separate :doc files.
    
    * gnu/packages/linux.scm (nvme-cli)[outputs]: Add "doc".
    [arguments]: Install HTML documentation there.
---
 gnu/packages/linux.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 31e1e78355..221293f5aa 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5175,10 +5175,11 @@ and manage nvme devices on a Linux system.")
                (base32 "1jv1xir6gm86yyk5846qqkcjhc1bq103zyxf794fznyinh4nhlbg"))
               (file-name (git-file-name name version))))
     (build-system meson-build-system)
+    (outputs (list "out" "doc"))        ; docs make up ~70% of total size
     (arguments
      (list
       #:configure-flags #~(list (format #f "-Dhtmldir=~a/share/doc/~a/html"
-                                        #$output #$name)
+                                        #$output:doc #$name)
                                 "-Ddocs=all")))
     (native-inputs (list pkg-config))
     (inputs (list libnvme json-c zlib))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]