guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: giblib: Depend on imlib2@1.7.


From: guix-commits
Subject: 02/05: gnu: giblib: Depend on imlib2@1.7.
Date: Thu, 2 Jun 2022 07:34:10 -0400 (EDT)

civodul pushed a commit to branch staging
in repository guix.

commit 355a08b999abe8aaff2c31590105da409e3400b5
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jun 2 13:03:07 2022 +0200

    gnu: giblib: Depend on imlib2@1.7.
    
    * gnu/packages/image.scm (giblib)[inputs]: Depend on IMLIB2-1.7 instead
    of IMLIB2.
---
 gnu/packages/image.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]