gnu: Remove OpenJPEG@1.
* gnu/packages/image.scm (openjpeg-1): Remove variable.
This commit is contained in:
		
							parent
							
								
									2c292f7078
								
							
						
					
					
						commit
						076146818b
					
				
					 1 changed files with 0 additions and 13 deletions
				
			
		| 
						 | 
				
			
			@ -852,19 +852,6 @@ JPEG 2000 Reference Software.")
 | 
			
		|||
    (home-page "https://github.com/uclouvain/openjpeg")
 | 
			
		||||
    (license license:bsd-2)))
 | 
			
		||||
 | 
			
		||||
(define-public openjpeg-1
 | 
			
		||||
  (package (inherit openjpeg)
 | 
			
		||||
    (name "openjpeg")
 | 
			
		||||
    (version "1.5.2")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri
 | 
			
		||||
        (string-append "mirror://sourceforge/openjpeg.mirror/" version "/"
 | 
			
		||||
                       name "-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "11waq9w215zvzxrpv40afyd18qf79mxc28fda80bm3ax98cpppqm"))))))
 | 
			
		||||
 | 
			
		||||
(define-public giflib
 | 
			
		||||
  (package
 | 
			
		||||
    (name "giflib")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue