mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
codechecker: restore the meta.platforms
attribute
This commit reinstates the `meta.platforms` attribute, which was removed in #395969 to facilitate building on Darwin. Removing this attribute to enable builds on Darwin was a mistake, and this commit rectifies that error.
This commit is contained in:
parent
79b9620e82
commit
4e7dffa132
1 changed files with 1 additions and 0 deletions
|
@ -123,5 +123,6 @@ python3Packages.buildPythonApplication rec {
|
|||
felixsinger
|
||||
];
|
||||
mainProgram = "CodeChecker";
|
||||
platforms = platforms.darwin ++ platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue