guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gst-libav: Add missing quotes in phase names passed to 'modi


From: Mark H. Weaver
Subject: 01/01: gnu: gst-libav: Add missing quotes in phase names passed to 'modify-phases'.
Date: Mon, 13 Apr 2015 13:15:24 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit 279a587d60b7574752885e85bf1291df1700b7d7
Author: Mark H Weaver <address@hidden>
Date:   Mon Apr 13 09:07:01 2015 -0400

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 9758806..e3019f6 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]