gnu: drawpile: Fix build.
* gnu/packages/graphics.scm (drawpile)[inputs]: Replace karchive and kdnssd with karchive-5 and kdnssd-5. Change-Id: I73047d3f564f04cc98d7a41ea243e4f7dd70f67fmaster
parent
b2210038c2
commit
be9362839c
|
@ -2360,8 +2360,8 @@ Automated palette selection is supported.")
|
||||||
(list extra-cmake-modules pkg-config))
|
(list extra-cmake-modules pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list giflib
|
(list giflib
|
||||||
karchive
|
karchive-5
|
||||||
kdnssd
|
kdnssd-5
|
||||||
libmicrohttpd
|
libmicrohttpd
|
||||||
libsodium
|
libsodium
|
||||||
libvpx
|
libvpx
|
||||||
|
|
Reference in New Issue