gnu: Remove libpng-1.2.

* gnu/packages/image.scm (libpng-1.2): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-12 21:40:57 -04:00
parent aad73bb58e
commit 3b50b327f7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -239,25 +239,6 @@ (define (apply-patch file)
(home-page "https://sourceforge.net/projects/libpng-apng/")
(license license:zlib)))
(define-public libpng-1.2
(package
(inherit libpng)
(version "1.2.59")
(source
(origin
(method url-fetch)
(uri (list (string-append "mirror://sourceforge/libpng/libpng12/"
version "/libpng-" version ".tar.xz")
(string-append
"ftp://ftp.simplesystems.org/pub/libpng/png/src"
"/libpng12/libpng-" version ".tar.xz")
(string-append
"ftp://ftp.simplesystems.org/pub/libpng/png/src/history"
"/libpng12/libpng-" version ".tar.xz")))
(sha256
(base32
"1izw9ybm27llk8531w6h4jp4rk2rxy2s9vil16nwik5dp0amyqxl"))))))
(define-public pngcrush
(package
(name "pngcrush")