mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: gstreamer: Fix indentation.
* gnu/packages/gstreamer.scm (gstreamer): Fix indentation.
This commit is contained in:
parent
59f1a1d3a0
commit
5f64f7abca
1 changed files with 14 additions and 14 deletions
|
@ -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")))))))
|
||||
|
|
Loading…
Reference in a new issue