python3Packages.pylddwrap: mark it as badPlatform in darwin
This commit is contained in:
parent
1543c5f4f4
commit
ff64c09409
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue