openmvg: clean up badPlatforms

This commit is contained in:
Emily
2026-02-18 08:34:56 +00:00
parent 66195bdef4
commit 1dc115bdee

View File

@@ -94,8 +94,6 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/openMVG/openMVG/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mpl20;
platforms = lib.platforms.unix;
badPlatforms = [
];
maintainers = with lib.maintainers; [
mdaiter
bouk