gnu: webkitgtk: Return #t from all phases.
* gnu/packages/webkit.scm (webkitgtk)[arguments]: Return #t from the 'add-gst-plugins-base-include-path' phase.
This commit is contained in:
parent
0392030d6a
commit
2e7c3e065b
|
@ -100,7 +100,8 @@
|
||||||
(string-append (getenv "C_INCLUDE_PATH")
|
(string-append (getenv "C_INCLUDE_PATH")
|
||||||
":"
|
":"
|
||||||
(assoc-ref inputs "gst-plugins-base")
|
(assoc-ref inputs "gst-plugins-base")
|
||||||
"/include/gstreamer-1.0")))))))
|
"/include/gstreamer-1.0"))
|
||||||
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bison" ,bison)
|
`(("bison" ,bison)
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
|
|
Loading…
Reference in New Issue