python3Packages.macholib: build on all platforms (#346455)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pythonOlder,
|
||||
@@ -32,6 +33,8 @@ buildPythonPackage rec {
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
# Checks assume to find darwin specific libraries
|
||||
doCheck = stdenv.buildPlatform.isDarwin;
|
||||
nativeCheckInputs = [
|
||||
unittestCheckHook
|
||||
];
|
||||
@@ -49,7 +52,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/ronaldoussoren/macholib";
|
||||
changelog = "https://github.com/ronaldoussoren/macholib/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.darwin;
|
||||
maintainers = with maintainers; [ eveeifyeve ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user