Unverified Commit 4e670ff3 authored by natsukium's avatar natsukium
Browse files

python3Packages.theano: mark as broken

theano is old enough and will no longer be updated
parent cf4f8bfe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -100,5 +100,6 @@ in buildPythonPackage rec {
    description = "A Python library for large-scale array computation";
    license = licenses.bsd3;
    maintainers = [ ];
    broken = true;
  };
}