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
|
@ -264,7 +264,7 @@ developers consider to have good quality code and correct functionality.")
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before configure patch-/bin/sh
|
(add-before 'configure 'patch-/bin/sh
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "gst-libs/ext/libav/configure"
|
(substitute* "gst-libs/ext/libav/configure"
|
||||||
(("#! /bin/sh")
|
(("#! /bin/sh")
|
||||||
|
|
Loading…
Reference in New Issue