From 279a587d60b7574752885e85bf1291df1700b7d7 Mon Sep 17 00:00:00 2001
From: Mark H Weaver <mhw@netris.org>
Date: Mon, 13 Apr 2015 09:07:01 -0400
Subject: [PATCH] gnu: gst-libav: Add missing quotes in phase names passed to
 'modify-phases'.

This should have been done in 1ca8ff285ba0f055fbaf314d8a23fadc25839135.

* gnu/packages/gstreamer.scm (gst-libav): Add missing quotes in phase names
  passed to 'modify-phases'.
---
 gnu/packages/gstreamer.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 9758806cc54..e3019f630c8 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -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")
-- 
GitLab