gnu: orc: Return #t from all phases.

* gnu/packages/gstreamer.scm (orc)[arguments]: Return #t from
the 'disable-faulty-test' phase.
master
Mark H Weaver 2018-03-20 14:03:54 -04:00
parent 248871e006
commit 0392030d6a
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2014 John Darrington <jmd@gnu.org>
;;; Copyright © 2015, 2016 Sou Bunnbu <iyzsong@gmail.com>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015, 2018 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Ricardo Wurmus <rekado@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