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

commit 0392030d6aad0c727e109d8905ebf7d46a08ff18
Author: Mark H Weaver <m...@netris.org>
Date:   Tue Mar 20 14:03:54 2018 -0400

    gnu: orc: Return #t from all phases.
    
    * gnu/packages/gstreamer.scm (orc)[arguments]: Return #t from
    the 'disable-faulty-test' phase.
---
 gnu/packages/gstreamer.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 4ec5765..ef4f5e1 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013, 2015 Andreas Enge <andr...@enge.fr>
 ;;; Copyright © 2014 John Darrington <j...@gnu.org>
 ;;; Copyright © 2015, 2016 Sou Bunnbu <iyzs...@gmail.com>
-;;; Copyright © 2015 Mark H Weaver <m...@netris.org>
+;;; Copyright © 2015, 2018 Mark H Weaver <m...@netris.org>
 ;;; Copyright © 2016, 2017 Efraim Flashner <efr...@flashner.co.il>
 ;;; Copyright © 2016 Leo Famulari <l...@famulari.name>
 ;;; Copyright © 2017 Ricardo Wurmus <rek...@elephly.net>
@@ -86,7 +86,8 @@
              (substitute* '("testsuite/test-limits.c"
                             "testsuite/exec_opcodes_sys.c")
                (("if \\(error\\) return 1;")
-                "if (error) return 77;")))))))
+                "if (error) return 77;"))
+             #t)))))
     (home-page "https://gstreamer.freedesktop.org/modules/orc.html";)
     (synopsis "Oil runtime compiler")
     (description

Reply via email to