imv: move cmocka to checkInputs
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user