guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: drawpile: Fix build.


From: guix-commits
Subject: 08/09: gnu: drawpile: Fix build.
Date: Mon, 8 Jul 2024 10:14:14 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 33adeb176d595122d39b8579ed5a0ba0a8b3ea45
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 22:08:31 2024 +0800

    gnu: drawpile: Fix build.
    
    * gnu/packages/graphics.scm (drawpile)[inputs]: Replace karchive and kdnssd
    with karchive-5 and kdnssd-5.
    
    Change-Id: I73047d3f564f04cc98d7a41ea243e4f7dd70f67f
---
 gnu/packages/graphics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index d85ac8bfa6..8eae1ed89d 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -2360,8 +2360,8 @@ Automated palette selection is supported.")
        (list extra-cmake-modules pkg-config))
       (inputs
        (list giflib
-             karchive
-             kdnssd
+             karchive-5
+             kdnssd-5
              libmicrohttpd
              libsodium
              libvpx



reply via email to

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