[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
- branch kde-team updated (185c539ca4 -> aa6d9da1ce), guix-commits, 2024/07/08
- 03/09: gnu: nm-tray: Fix build., guix-commits, 2024/07/08
- 02/09: gnu: Add networkmanager-qt5., guix-commits, 2024/07/08
- 01/09: gnu: freeimage: Adjust for libraw 0.21., guix-commits, 2024/07/08
- 08/09: gnu: drawpile: Fix build.,
guix-commits <=
- 04/09: gnu: liblxqt: Fix build., guix-commits, 2024/07/08
- 05/09: gnu: isoimagewriter: Update to 24.05.2., guix-commits, 2024/07/08
- 06/09: gnu: qelectrotech: Fix build., guix-commits, 2024/07/08
- 07/09: gnu: Add kdnssd-5., guix-commits, 2024/07/08
- 09/09: gnu: copyq: Fix build., guix-commits, 2024/07/08