guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: gst-plugins-base: Move html documentation to 'doc' output.


From: ???
Subject: 04/05: gnu: gst-plugins-base: Move html documentation to 'doc' output.
Date: Sat, 04 Apr 2015 04:42:04 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit e9a8212959bd3df13ee18f018299e43bccfafc68
Author: 宋文武 <address@hidden>
Date:   Sat Apr 4 12:30:25 2015 +0800

    gnu: gst-plugins-base: Move html documentation to 'doc' output.
    
    * gnu/packages/gstreamer.scm (gstreamer)[outputs]: New field.
      [arguments]: Add #:configure-flags.
---
 gnu/packages/gstreamer.scm |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 79de8a2..e941f8b 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -158,6 +158,7 @@ This package provides the core library and elements.")
        (base32
         "07ampnfa6p41s0lhia62l9h8bdx3c7vxvdz93pbx64m3wycq3gbp"))))
     (build-system gnu-build-system)
+    (outputs '("out" "doc"))
     (propagated-inputs
      `(("gstreamer" ,gstreamer))) ; required by gstreamer-plugins-base-1.0.pc
     (inputs
@@ -177,7 +178,11 @@ This package provides the core library and elements.")
         ("glib" ,glib "bin")
         ("python-wrapper" ,python-wrapper)))
     (arguments
-     '(#:phases
+     `(#:configure-flags
+       (list (string-append "--with-html-dir="
+                            (assoc-ref %outputs "doc")
+                            "/share/gtk-doc/html"))
+       #:phases
        (alist-cons-before
         'configure 'patch-test-pb-utils
         (lambda _



reply via email to

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