Missing self reference
This commit is contained in:
parent
72b48de97a
commit
9ca079f5ec
@ -17823,7 +17823,7 @@ in {
|
|||||||
});
|
});
|
||||||
|
|
||||||
python-simple-hipchat = callPackage ../development/python-modules/python-simple-hipchat {};
|
python-simple-hipchat = callPackage ../development/python-modules/python-simple-hipchat {};
|
||||||
python_simple_hipchat = python-simple-hipchat;
|
python_simple_hipchat = self.python-simple-hipchat;
|
||||||
|
|
||||||
python_keyczar = buildPythonPackage rec {
|
python_keyczar = buildPythonPackage rec {
|
||||||
name = "python-keyczar-0.71c";
|
name = "python-keyczar-0.71c";
|
||||||
|
Loading…
Reference in New Issue
Block a user