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'.
			
			
This commit is contained in:
		
							parent
							
								
									9bbd52e536
								
							
						
					
					
						commit
						279a587d60
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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") | ||||
|  |  | |||
		Reference in a new issue