python3Packages.check-manifest: mark broken

needs pep517 package, which isn't available in nixpkgs
This commit is contained in:
Jonathan Ringer 2020-06-08 11:45:56 -07:00 committed by Frederik Rietdijk
parent 536b1c02f8
commit 3e9fcf33c6

View File

@ -18,5 +18,6 @@ buildPythonPackage rec {
description = "Check MANIFEST.in in a Python source package for completeness";
license = licenses.mit;
maintainers = with maintainers; [ lewo ];
broken = true; # pep517 package doesn't exist in nixpkgs
};
}