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 58e4fd57f1
commit bf608eb364
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -500,8 +500,8 @@ (define-public gstreamer
;; 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/"
(substitute* (string-append
#$output "/libexec/gstreamer-1.0/"
"gst-plugins-doc-cache-generator")
(((which "python3"))
"/usr/bin/env python3")))))))