pocketsphinx: enable doCheck

This commit is contained in:
jopejoe1
2025-09-15 17:10:48 +02:00
parent 5816a8aa0a
commit 152f63f7da
+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;