gnu: webkitgtk: Return #t from all phases.

* gnu/packages/webkit.scm (webkitgtk)[arguments]: Return #t from
the 'add-gst-plugins-base-include-path' phase.
master
Mark H Weaver 2018-03-20 14:06:14 -04:00
parent 0392030d6a
commit 2e7c3e065b
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@
(string-append (getenv "C_INCLUDE_PATH")
":"
(assoc-ref inputs "gst-plugins-base")
"/include/gstreamer-1.0")))))))
"/include/gstreamer-1.0"))
#t)))))
(native-inputs
`(("bison" ,bison)
("gettext" ,gettext-minimal)