Missing self reference

This commit is contained in:
Rob Vermaas 2017-09-10 13:43:45 +00:00 committed by Sander van der Burg
parent 72b48de97a
commit 9ca079f5ec

View File

@ -17823,7 +17823,7 @@ in {
});
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 {
name = "python-keyczar-0.71c";