python3Packages.pylddwrap: mark it as badPlatform in darwin

This commit is contained in:
Thiago Kenji Okada 2023-06-29 12:54:52 +01:00 committed by Anderson Torres
parent 1543c5f4f4
commit ff64c09409

View file

@ -56,5 +56,8 @@ buildPythonPackage rec {
changelog = "https://github.com/Parquery/pylddwrap/blob/v${version}/CHANGELOG.rst";
license = licenses.mit;
maintainers = with maintainers; [ thiagokokada ];
# should work in any Unix platform that uses glibc, except for darwin
# since it has its own tool (`otool`)
badPlatforms = platforms.darwin;
};
}