Skip to content
Snippets Groups Projects
Commit 279a587d authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: gst-libav: Add missing quotes in phase names passed to 'modify-phases'.

This should have been done in 1ca8ff28.

* gnu/packages/gstreamer.scm (gst-libav): Add missing quotes in phase names
  passed to 'modify-phases'.
parent 9bbd52e5
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment