~ruther/guix-local

279a587d60b7574752885e85bf1291df1700b7d7 — Mark H Weaver 11 years ago 9bbd52e
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'.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/gstreamer.scm
M gnu/packages/gstreamer.scm => gnu/packages/gstreamer.scm +1 -1
@@ 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")