Skip to content
Snippets Groups Projects
Commit e9a82129 authored by Sou Bunnbu (宋文武)'s avatar Sou Bunnbu (宋文武)
Browse files

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

* gnu/packages/gstreamer.scm (gstreamer)[outputs]: New field.
  [arguments]: Add #:configure-flags.
parent 34ff76fd
No related branches found
No related tags found
No related merge requests found
...@@ -158,6 +158,7 @@ (define-public gst-plugins-base ...@@ -158,6 +158,7 @@ (define-public gst-plugins-base
(base32 (base32
"07ampnfa6p41s0lhia62l9h8bdx3c7vxvdz93pbx64m3wycq3gbp")))) "07ampnfa6p41s0lhia62l9h8bdx3c7vxvdz93pbx64m3wycq3gbp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" "doc"))
(propagated-inputs (propagated-inputs
`(("gstreamer" ,gstreamer))) ; required by gstreamer-plugins-base-1.0.pc `(("gstreamer" ,gstreamer))) ; required by gstreamer-plugins-base-1.0.pc
(inputs (inputs
...@@ -177,7 +178,11 @@ (define-public gst-plugins-base ...@@ -177,7 +178,11 @@ (define-public gst-plugins-base
("glib" ,glib "bin") ("glib" ,glib "bin")
("python-wrapper" ,python-wrapper))) ("python-wrapper" ,python-wrapper)))
(arguments (arguments
'(#:phases `(#:configure-flags
(list (string-append "--with-html-dir="
(assoc-ref %outputs "doc")
"/share/gtk-doc/html"))
#:phases
(alist-cons-before (alist-cons-before
'configure 'patch-test-pb-utils 'configure 'patch-test-pb-utils
(lambda _ (lambda _
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment