mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 00:04:14 +00:00
python3Packages.theano: mark as broken
theano is old enough and will no longer be updated
This commit is contained in:
parent
cf4f8bfe60
commit
4e670ff3ff
@ -100,5 +100,6 @@ in buildPythonPackage rec {
|
|||||||
description = "A Python library for large-scale array computation";
|
description = "A Python library for large-scale array computation";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user