mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
405019f590
commit
355a08b999
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue