cassandra-driver: fix package attribute name
Use a hyphen instead of camelCase.
This commit is contained in:
parent
725405cd22
commit
e4b583a5d0
@ -1710,7 +1710,7 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
cassandraDriver = buildPythonPackage rec {
|
cassandra-driver = buildPythonPackage rec {
|
||||||
name = "cassandra-driver-2.6.0c2";
|
name = "cassandra-driver-2.6.0c2";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user