cassandra-driver: fix package attribute name

Use a hyphen instead of camelCase.
This commit is contained in:
Russell O'Connor 2015-07-09 14:43:59 +00:00
parent 725405cd22
commit e4b583a5d0

View file

@ -1710,7 +1710,7 @@ let
};
};
cassandraDriver = buildPythonPackage rec {
cassandra-driver = buildPythonPackage rec {
name = "cassandra-driver-2.6.0c2";
src = pkgs.fetchurl {