summary refs log tree commit diff
path: root/gnu/packages/image.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-06-02 13:03:07 +0200
committerLudovic Courtès <ludo@gnu.org>2022-06-02 13:03:07 +0200
commit355a08b999abe8aaff2c31590105da409e3400b5 (patch)
tree8fd1414e0bfd87f8d5d2a8af5dc05c4b9dcd27ba /gnu/packages/image.scm
parent405019f590255da5138b9666339787e41d4c1d39 (diff)
downloadguix-355a08b999abe8aaff2c31590105da409e3400b5.tar.gz
gnu: giblib: Depend on imlib2@1.7.
* gnu/packages/image.scm (giblib)[inputs]: Depend on IMLIB2-1.7 instead
of IMLIB2.
Diffstat (limited to 'gnu/packages/image.scm')
-rw-r--r--gnu/packages/image.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index b3b211a856..2f82524afd 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1059,7 +1059,9 @@ more modular, simple, and flexible.")
                 "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.