codechecker: restore the meta.platforms attribute (#399695)

This commit is contained in:
Thiago Kenji Okada
2025-04-18 11:35:43 +01:00
committed by GitHub
+1
View File
@@ -123,5 +123,6 @@ python3Packages.buildPythonApplication rec {
felixsinger
];
mainProgram = "CodeChecker";
platforms = platforms.darwin ++ platforms.linux;
};
}