Merge pull request #231048 from natsukium/python3Packages.theano/broken

python3Packages.theano: mark as broken

authored by

Weijia Wang and committed by
GitHub
2ee38642 88cb27db

+1
+1
pkgs/development/python-modules/theano/default.nix
··· 100 description = "A Python library for large-scale array computation"; 101 license = licenses.bsd3; 102 maintainers = [ ]; 103 }; 104 }
··· 100 description = "A Python library for large-scale array computation"; 101 license = licenses.bsd3; 102 maintainers = [ ]; 103 + broken = true; 104 }; 105 }