imv: move cmocka to checkInputs

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2025-11-27 21:25:48 +01:00
parent 8b969c0bae
commit b732e7fbbb
+3 -1
View File
@@ -119,7 +119,6 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
cmocka
libGL
icu
libxkbcommon
@@ -133,6 +132,9 @@ stdenv.mkDerivation (finalAttrs: {
nativeCheckInputs = [
tinyxxd
];
checkInputs = [
cmocka
];
meta = {
description = "Command line image viewer for tiling window managers";