libwacom: add libwacom-surface to passthru.tests

This commit is contained in:
Robert Schütz
2025-11-27 22:30:25 -08:00
parent a32e37df26
commit 8ccf4cf437
+3 -1
View File
@@ -12,6 +12,7 @@
libgudev,
python3,
valgrind,
libwacom-surface,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -72,7 +73,8 @@ stdenv.mkDerivation (finalAttrs: {
]))
];
passthru = {
passthru.tests = {
inherit libwacom-surface;
tests = finalAttrs.finalPackage.overrideAttrs { doCheck = true; };
};