pythonPackages.pycassa: fix evaluation
This commit is contained in:
parent
7967c4aacf
commit
b13f408d8b
@ -19,8 +19,8 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [ thrift ];
|
propagatedBuildInputs = [ thrift ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "pycassa is a python client library for Apache Cassandra";
|
description = "A python client library for Apache Cassandra";
|
||||||
homepage = http://github.com/pycassa/pycassa;
|
homepage = http://github.com/pycassa/pycassa;
|
||||||
license = stdenv.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user