pythonPackages.mlxtend: mark broken

This commit is contained in:
Sandro Jäckel 2021-02-17 11:28:13 +01:00
parent 2c8ae68fba
commit 3ba2f3a91b
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -45,5 +45,7 @@ buildPythonPackage rec {
license= licenses.bsd3;
maintainers = with maintainers; [ evax ];
platforms = platforms.unix;
# incompatible with nixpkgs scikitlearn version
broken = true;
};
}