pocketsphinx: enable doCheck (#443187)

This commit is contained in:
jopejoe1
2025-09-17 14:42:06 +00:00
committed by GitHub
+9
View File
@@ -7,8 +7,10 @@
gitUpdater,
graphviz,
gst_all_1,
perl,
pkg-config,
testers,
sox,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -45,6 +47,13 @@ stdenv.mkDerivation (finalAttrs: {
"man"
];
nativeCheckInputs = [
perl
sox
];
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
passthru = {
updateScript = gitUpdater { rev-prefix = "v"; };
tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;