mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: gst-libav: Add missing quotes in phase names passed to 'modify-phases'.
This should have been done in 1ca8ff285b
.
* gnu/packages/gstreamer.scm (gst-libav): Add missing quotes in phase names
passed to 'modify-phases'.
This commit is contained in:
parent
9bbd52e536
commit
279a587d60
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ (define-public gst-libav
|
|||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before configure patch-/bin/sh
|
||||
(add-before 'configure 'patch-/bin/sh
|
||||
(lambda _
|
||||
(substitute* "gst-libs/ext/libav/configure"
|
||||
(("#! /bin/sh")
|
||||
|
|
Loading…
Reference in a new issue