dvc: mark broken due to none existing dependency

This commit is contained in:
Sandro Jäckel 2023-03-23 14:58:36 +01:00
parent 5907b939fb
commit c685b5a989
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -98,5 +98,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://dvc.org";
license = licenses.asl20;
maintainers = with maintainers; [ cmcdragonkai fab ];
broken = true; # requires new python package: dvc-studio-client
};
}