gnu: gst-plugins-base: Move html documentation to 'doc' output.
* gnu/packages/gstreamer.scm (gstreamer)[outputs]: New field. [arguments]: Add #:configure-flags.
This commit is contained in:
parent
34ff76fdd6
commit
e9a8212959
|
@ -158,6 +158,7 @@ This package provides the core library and elements.")
|
||||||
(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 @@ This package provides the core library and elements.")
|
||||||
("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 _
|
||||||
|
|
Loading…
Reference in New Issue