gnu: gstreamer: Fix indentation.

* gnu/packages/gstreamer.scm (gstreamer): Fix indentation.
This commit is contained in:
Maxim Cournoyer 2023-04-01 22:11:19 -04:00
parent 59f1a1d3a0
commit 5f64f7abca
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -490,21 +490,21 @@ (define-public gstreamer
(substitute* "tests/check/gst/gstsystemclock.c" (substitute* "tests/check/gst/gstsystemclock.c"
(("tcase_add_test \\(tc_chain, \ (("tcase_add_test \\(tc_chain, \
test_stress_cleanup_unschedule.*") test_stress_cleanup_unschedule.*")
"") "")
(("tcase_add_test \\(tc_chain, \ (("tcase_add_test \\(tc_chain, \
test_stress_reschedule.*") test_stress_reschedule.*")
""))))) "")))))
'()) '())
(add-after 'patch-shebangs 'do-not-capture-python (add-after 'patch-shebangs 'do-not-capture-python
(lambda _ (lambda _
;; The patch-source-shebangs phase causes the following build ;; The patch-source-shebangs phase causes the following build
;; script to reference Python in its shebang, which is ;; script to reference Python in its shebang, which is
;; unnecessary. ;; unnecessary.
(substitute* (string-append #$output (substitute* (string-append
"/libexec/gstreamer-1.0/" #$output "/libexec/gstreamer-1.0/"
"gst-plugins-doc-cache-generator") "gst-plugins-doc-cache-generator")
(((which "python3")) (((which "python3"))
"/usr/bin/env python3"))))))) "/usr/bin/env python3")))))))
(propagated-inputs (propagated-inputs
;; In gstreamer-1.0.pc: ;; In gstreamer-1.0.pc:
;; Requires: glib-2.0, gobject-2.0 ;; Requires: glib-2.0, gobject-2.0