python3Packages.cassandra-driver: mark broken

geomet doesn't exist in nixpkgs
This commit is contained in:
Jonathan Ringer 2020-11-19 18:26:24 -08:00 committed by Jonathan Ringer
parent 0aeddb448d
commit 06003e01f8

View file

@ -42,5 +42,6 @@ buildPythonPackage rec {
description = "A Python client driver for Apache Cassandra";
homepage = "http://datastax.github.io/python-driver";
license = licenses.asl20;
broken = true; # geomet doesn't exist
};
}