python3Packages.cassandra-driver: mark broken
geomet doesn't exist in nixpkgs
This commit is contained in:
parent
0aeddb448d
commit
06003e01f8
1 changed files with 1 additions and 0 deletions
|
@ -42,5 +42,6 @@ buildPythonPackage rec {
|
||||||
description = "A Python client driver for Apache Cassandra";
|
description = "A Python client driver for Apache Cassandra";
|
||||||
homepage = "http://datastax.github.io/python-driver";
|
homepage = "http://datastax.github.io/python-driver";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
broken = true; # geomet doesn't exist
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue