me
/
guix
Archived
1
0
Fork 0

gnu: gstreamer: Fix indentation.

* gnu/packages/gstreamer.scm (gstreamer): Fix indentation.
master
Maxim Cournoyer 2023-04-01 22:11:19 -04:00
parent 58e4fd57f1
commit bf608eb364
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 14 additions and 14 deletions

View File

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