libseccomp: test python bindings in passthru

This commit is contained in:
Martin Weinelt
2025-02-08 19:14:29 +01:00
parent 4f3317d251
commit c8dedb8230
+4
View File
@@ -7,6 +7,7 @@
which,
gperf,
nix-update-script,
python3Packages,
}:
stdenv.mkDerivation rec {
@@ -51,6 +52,9 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = nix-update-script { };
tests = {
inherit (python3Packages) seccomp;
};
};
meta = with lib; {