gnu: gd: Remove input labels.
* gnu/packages/gd.scm (gd)[inputs]: Remove labels.
This commit is contained in:
		
							parent
							
								
									37fa56cf6e
								
							
						
					
					
						commit
						ffcf6a5140
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -77,11 +77,11 @@
 | 
			
		|||
    (native-inputs
 | 
			
		||||
     (list pkg-config))
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("fontconfig" ,fontconfig)
 | 
			
		||||
       ("freetype" ,freetype)
 | 
			
		||||
       ("libjpeg" ,libjpeg-turbo)
 | 
			
		||||
       ("libpng" ,libpng)
 | 
			
		||||
       ("zlib" ,zlib)))
 | 
			
		||||
     (list fontconfig
 | 
			
		||||
           freetype
 | 
			
		||||
           libjpeg-turbo
 | 
			
		||||
           libpng
 | 
			
		||||
           zlib))
 | 
			
		||||
    (home-page "https://www.libgd.org/")
 | 
			
		||||
    (synopsis "Library for the dynamic creation of images by programmers")
 | 
			
		||||
    (description
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue