zvbi: enable doCheck
This commit is contained in:
@@ -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"; };
|
||||
|
||||
Reference in New Issue
Block a user