diff options
author | Mark H Weaver <mhw@netris.org> | 2015-04-13 09:07:01 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-04-13 09:07:01 -0400 |
commit | 279a587d60b7574752885e85bf1291df1700b7d7 (patch) | |
tree | 4a52875055b819a3d40a9a1a0bc5f54f678c9538 | |
parent | 9bbd52e5366cb35406082a0289b3ce7ff164b9f3 (diff) | |
download | patches-279a587d60b7574752885e85bf1291df1700b7d7.tar patches-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'.
-rw-r--r-- | 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 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") |