mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.dlinfo: unbreak darwin
(cherry picked from commit 3f90fe0053)
This commit is contained in:
committed by
github-actions[bot]
parent
1fb71ab2be
commit
474c9c3f47
@@ -25,12 +25,15 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "dlinfo" ];
|
||||
|
||||
# all tests are broken, see:
|
||||
# https://github.com/fphammerle/python-dlinfo/pull/64
|
||||
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/fphammerle/python-dlinfo/blob/${src.tag}/CHANGELOG.md";
|
||||
description = "Python wrapper for libc's dlinfo and dyld_find on Mac";
|
||||
homepage = "https://github.com/fphammerle/python-dlinfo";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ dotlambda ];
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user