python310Packages.caffe: mark as broken

This commit is contained in:
Someone Serge 2022-04-05 19:52:49 +03:00
parent 42e8edcfc6
commit 1b74f75b59
No known key found for this signature in database
GPG Key ID: A39079F4AE78D20D

View File

@ -138,6 +138,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://caffe.berkeleyvision.org/";
maintainers = with maintainers; [ ];
broken = pythonSupport && (python.isPy310);
license = licenses.bsd2;
platforms = platforms.linux ++ platforms.darwin;
};