Disable boehmgc tests

This commit is contained in:
Sandro - 2022-12-06 21:15:06 +01:00
parent eb21d0bbb3
commit 734a977835
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ with final; {
bmxd = callPackage ./bmxd.nix { };
boehmgc = prev.boehmgc.overrideAttrs(_: {
# tests fail under emulation
doCheck = false;
});
dump1090-influxdb = callPackage ./dump1090-influxdb { };
dump1090_rs = callPackage ./dump1090_rs.nix { };