zvbi: enable doCheck

This commit is contained in:
jopejoe1
2025-09-15 18:40:14 +02:00
parent 9de2e08cdc
commit 5764885600
+7
View File
@@ -7,6 +7,7 @@
libintl,
stdenv,
testers,
tzdata,
validatePkgConfig,
}:
@@ -36,6 +37,10 @@ stdenv.mkDerivation (finalAttrs: {
libintl
];
nativeCheckInputs = [
tzdata
];
outputs = [
"out"
"dev"
@@ -44,6 +49,8 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform && !stdenv.hostPlatform.isDarwin;
passthru = {
tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
updateScript = gitUpdater { rev-prefix = "v"; };