mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Remove libpng-1.2.
* gnu/packages/image.scm (libpng-1.2): Delete variable.
This commit is contained in:
parent
aad73bb58e
commit
3b50b327f7
1 changed files with 0 additions and 19 deletions
|
@ -239,25 +239,6 @@ (define (apply-patch file)
|
||||||
(home-page "https://sourceforge.net/projects/libpng-apng/")
|
(home-page "https://sourceforge.net/projects/libpng-apng/")
|
||||||
(license license:zlib)))
|
(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
|
(define-public pngcrush
|
||||||
(package
|
(package
|
||||||
(name "pngcrush")
|
(name "pngcrush")
|
||||||
|
|
Loading…
Reference in a new issue