summary refs log tree commit diff
path: root/gnu/packages/gstreamer.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-04-13 09:07:01 -0400
committerMark H Weaver <mhw@netris.org>2015-04-13 09:07:01 -0400
commit279a587d60b7574752885e85bf1291df1700b7d7 (patch)
tree4a52875055b819a3d40a9a1a0bc5f54f678c9538 /gnu/packages/gstreamer.scm
parent9bbd52e5366cb35406082a0289b3ce7ff164b9f3 (diff)
downloadguix-279a587d60b7574752885e85bf1291df1700b7d7.tar.gz
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'.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r--gnu/packages/gstreamer.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 9758806cc5..e3019f630c 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -264,7 +264,7 @@ developers consider to have good quality code and correct functionality.")
     (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")