gnu: imlib2: Remove input labels.
* gnu/packages/image.scm (imlib2)[native-inputs]: Remove input labels. [inputs]: Same.
This commit is contained in:
		
							parent
							
								
									53c0619559
								
							
						
					
					
						commit
						d57ec0a303
					
				
					 1 changed files with 11 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -1016,18 +1016,18 @@ Metafile}, and @acronym{EMF+, Enhanced Metafile Plus} files.")
 | 
			
		|||
    (arguments
 | 
			
		||||
     '(#:configure-flags (list "--disable-static")))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("pkgconfig" ,pkg-config)))
 | 
			
		||||
     (list pkg-config))
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("bzip2" ,bzip2)
 | 
			
		||||
       ("freetype" ,freetype)
 | 
			
		||||
       ("giflib" ,giflib)
 | 
			
		||||
       ("libid3tag" ,libid3tag)
 | 
			
		||||
       ("libjpeg" ,libjpeg-turbo)
 | 
			
		||||
       ("libpng" ,libpng)
 | 
			
		||||
       ("libtiff" ,libtiff)
 | 
			
		||||
       ("libx11" ,libx11)
 | 
			
		||||
       ("libxext" ,libxext)
 | 
			
		||||
       ("libwebp" ,libwebp)))
 | 
			
		||||
     (list bzip2
 | 
			
		||||
           freetype
 | 
			
		||||
           giflib
 | 
			
		||||
           libid3tag
 | 
			
		||||
           libjpeg-turbo
 | 
			
		||||
           libpng
 | 
			
		||||
           libtiff
 | 
			
		||||
           libx11
 | 
			
		||||
           libxext
 | 
			
		||||
           libwebp))
 | 
			
		||||
    (home-page "https://sourceforge.net/projects/enlightenment/")
 | 
			
		||||
    (synopsis
 | 
			
		||||
     "Loading, saving, rendering and manipulating image files")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue