mongocxx: clean up badPlatforms

This commit is contained in:
Emily
2026-07-12 16:44:46 +01:00
parent fdb820602b
commit 9f9be99817
-1
View File
@@ -59,6 +59,5 @@ stdenv.mkDerivation (finalAttrs: {
"libbsoncxx"
];
platforms = lib.platforms.all;
badPlatforms = [ ]; # needs sdk >= 10.14
};
})