me
/
guix
Archived
1
0
Fork 0

gnu: gst-libav: Add missing quotes in phase names passed to 'modify-phases'.

This should have been done in 1ca8ff285b.

* gnu/packages/gstreamer.scm (gst-libav): Add missing quotes in phase names
  passed to 'modify-phases'.
master
Mark H Weaver 2015-04-13 09:07:01 -04:00
parent 9bbd52e536
commit 279a587d60
1 changed files with 1 additions and 1 deletions

View File

@ -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")