me
/
guix
Archived
1
0
Fork 0

gnu: Remove OpenJPEG@1.

* gnu/packages/image.scm (openjpeg-1): Remove variable.
master
Marius Bakke 2022-07-07 00:53:10 +02:00
parent 2c292f7078
commit 076146818b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 13 deletions

View File

@ -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")