gnu: giblib: Depend on imlib2@1.7.

* gnu/packages/image.scm (giblib)[inputs]: Depend on IMLIB2-1.7 instead
of IMLIB2.
This commit is contained in:
Ludovic Courtès 2022-06-02 13:03:07 +02:00
parent 405019f590
commit 355a08b999
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1059,7 +1059,9 @@ (define-public giblib
"1b4bmbmj52glq0s898lppkpzxlprq9aav49r06j2wx4dv3212rhp"))))
(build-system gnu-build-system)
(inputs
(list libx11 imlib2))
(list libx11
;; Needs an old imlib2 with the 'imlib2-config' program.
imlib2-1.7))
(home-page
;; This vanished page is universally accepted as giblib's home despite not
;; mentioning the package once.