guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: webkitgtk: Return #t from all phases.


From: Mark H. Weaver
Subject: 02/05: gnu: webkitgtk: Return #t from all phases.
Date: Tue, 20 Mar 2018 14:23:28 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit 2e7c3e065bb38769ee4c974a88c0b23862a33c17
Author: Mark H Weaver <address@hidden>
Date:   Tue Mar 20 14:06:14 2018 -0400

    gnu: webkitgtk: Return #t from all phases.
    
    * gnu/packages/webkit.scm (webkitgtk)[arguments]: Return #t from
    the 'add-gst-plugins-base-include-path' phase.
---
 gnu/packages/webkit.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index df049e1..b336bbf 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -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)



reply via email to

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