~ruther/guix-local

65c043edef33bc400f8c5d329c6fe33378c19548 — Maxim Cournoyer 1 year, 8 months ago de94238
gnu: openpmix: Do not install HTML documentation.

This reduces the package size from 9 MiB to 5 MiB.

* gnu/packages/parallel.scm (openpmix) [source]: Add snippet.

Change-Id: I36e4a1e456225588df96f5eb70ed607505dae493
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/parallel.scm
M gnu/packages/parallel.scm => gnu/packages/parallel.scm +5 -1
@@ 705,7 705,11 @@ single-instruction multiple-data (SIMD) intrinsics.")
                    version "/pmix-" version ".tar.bz2"))
              (sha256
               (base32
                "1j9xlhqrrmgjdkwakamn78y5gj756adi53hn25zksgr3is3l5d09"))))
                "1j9xlhqrrmgjdkwakamn78y5gj756adi53hn25zksgr3is3l5d09"))
              (snippet
               '(begin (use-modules (guix build utils))
                       ;; Remove ~5 MiB of pre-built HTML doc.
                       (delete-file-recursively "docs/_build/html")))))
    (build-system gnu-build-system)
    (arguments
     (list