gnu: vapoursynth: Remove input labels.
* gnu/packages/video.scm (vapoursynth)[native-inputs]: Remove labels.
This commit is contained in:
		
							parent
							
								
									85ea2dfc4c
								
							
						
					
					
						commit
						3dc667b6f8
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -3063,12 +3063,12 @@ capabilities.")
 | 
			
		|||
               (wrap-program (string-append out "/bin/vspipe")
 | 
			
		||||
                 `("PYTHONPATH" ":" = (,site)))))))))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("autoconf" ,autoconf)
 | 
			
		||||
       ("automake" ,automake)
 | 
			
		||||
       ("cython" ,python-cython)
 | 
			
		||||
       ("libtool" ,libtool)
 | 
			
		||||
       ("pkg-config" ,pkg-config)
 | 
			
		||||
       ("yasm" ,yasm)))
 | 
			
		||||
     (list autoconf
 | 
			
		||||
           automake
 | 
			
		||||
           python-cython
 | 
			
		||||
           libtool
 | 
			
		||||
           pkg-config
 | 
			
		||||
           yasm))
 | 
			
		||||
    (inputs
 | 
			
		||||
     (list ffmpeg libass python tesseract-ocr zimg))
 | 
			
		||||
    (home-page "http://www.vapoursynth.com/")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue