python3Packages.theano: mark as broken

theano is old enough and will no longer be updated
This commit is contained in:
natsukium 2023-05-10 19:20:53 +09:00
parent cf4f8bfe60
commit 4e670ff3ff
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -100,5 +100,6 @@ in buildPythonPackage rec {
description = "A Python library for large-scale array computation";
license = licenses.bsd3;
maintainers = [ ];
broken = true;
};
}