[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/73: gnu: gstreamer: Fix indentation.
From: |
guix-commits |
Subject: |
07/73: gnu: gstreamer: Fix indentation. |
Date: |
Tue, 11 Apr 2023 22:07:18 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit bf608eb36457458c2c1c658639eced526447a232
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Apr 1 22:11:19 2023 -0400
gnu: gstreamer: Fix indentation.
* gnu/packages/gstreamer.scm (gstreamer): Fix indentation.
---
gnu/packages/gstreamer.scm | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 74df3e69e2..38845b83af 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -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
- 03/73: gnu: rust-ucd-trie-0.1: Update to 0.1.5., (continued)
- 03/73: gnu: rust-ucd-trie-0.1: Update to 0.1.5., guix-commits, 2023/04/11
- 04/73: gnu: python-exceptiongroup: Update to 1.1.1., guix-commits, 2023/04/11
- 05/73: gnu: python-trio: Update to 0.22.0., guix-commits, 2023/04/11
- 09/73: gnu: gi-docgen: Update to 2023.1., guix-commits, 2023/04/11
- 11/73: gnu: qtbase: Disable the "tst_qobjectrace" test., guix-commits, 2023/04/11
- 12/73: gnu: python-h5py: Update to 3.8.0., guix-commits, 2023/04/11
- 14/73: gnu: rust-pyo3-macros-0.15: Update to 0.15.2., guix-commits, 2023/04/11
- 08/73: gnu: gst-plugins-good: Skip the test_video_caps_late test., guix-commits, 2023/04/11
- 10/73: gnu: xpra: Update to 4.4.4., guix-commits, 2023/04/11
- 06/73: gnu: python-trio-typing: Update to 0.8.0., guix-commits, 2023/04/11
- 07/73: gnu: gstreamer: Fix indentation.,
guix-commits <=
- 13/73: gnu: rust-pyo3-macros-backend-0.15: Update to 0.15.2., guix-commits, 2023/04/11
- 15/73: gnu: rust-pyo3-0.15: Update to 0.15.2., guix-commits, 2023/04/11
- 17/73: gnu: Add rust-indexmap-1.7., guix-commits, 2023/04/11
- 18/73: gnu: rust-pyo3-0.15: Fix build., guix-commits, 2023/04/11
- 20/73: gnu: rust-core-foundation-sys-0.8: Update to 0.8.3., guix-commits, 2023/04/11
- 26/73: gnu: Add rust-asn1-0.13., guix-commits, 2023/04/11
- 28/73: gnu: rust-bindgen-0.64: Add package., guix-commits, 2023/04/11
- 29/73: gnu: rust-cc-1: Update to 1.0.79., guix-commits, 2023/04/11
- 33/73: gnu: Add rust-prettyplease-0.1., guix-commits, 2023/04/11
- 34/73: gnu: rust-macrotest-1: Update to 1.0.9., guix-commits, 2023/04/11