meshlab: Add geospatial team

This commit is contained in:
Niklas Hambüchen
2026-05-10 17:02:14 +02:00
parent 549bd84d62
commit 7bc28c26a3
+1
View File
@@ -153,6 +153,7 @@ stdenv.mkDerivation (finalAttrs: {
nim65s
yzx9
];
teams = [ lib.teams.geospatial ];
platforms = with lib.platforms; linux ++ darwin;
};
})