From 4e670ff3ffaebbcd521197e60b6e04c31021b2d4 Mon Sep 17 00:00:00 2001 From: natsukium Date: Wed, 10 May 2023 19:20:53 +0900 Subject: [PATCH] python3Packages.theano: mark as broken theano is old enough and will no longer be updated --- pkgs/development/python-modules/theano/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/theano/default.nix b/pkgs/development/python-modules/theano/default.nix index 627941e6bc4a..1bcbda650a25 100644 --- a/pkgs/development/python-modules/theano/default.nix +++ b/pkgs/development/python-modules/theano/default.nix @@ -100,5 +100,6 @@ in buildPythonPackage rec { description = "A Python library for large-scale array computation"; license = licenses.bsd3; maintainers = [ ]; + broken = true; }; }