gnu: webkitgtk: Return #t from all phases.
* gnu/packages/webkit.scm (webkitgtk)[arguments]: Return #t from the 'add-gst-plugins-base-include-path' phase.
This commit is contained in:
		
							parent
							
								
									0392030d6a
								
							
						
					
					
						commit
						2e7c3e065b
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -100,7 +100,8 @@
 | 
			
		|||
                    (string-append (getenv "C_INCLUDE_PATH")
 | 
			
		||||
                                   ":"
 | 
			
		||||
                                   (assoc-ref inputs "gst-plugins-base")
 | 
			
		||||
                                   "/include/gstreamer-1.0")))))))
 | 
			
		||||
                                   "/include/gstreamer-1.0"))
 | 
			
		||||
            #t)))))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("bison" ,bison)
 | 
			
		||||
       ("gettext" ,gettext-minimal)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue