Missing semicolon

This commit is contained in:
Rob Vermaas
2017-09-10 13:42:29 +00:00
committed by Sander van der Burg
parent 3dea197273
commit 72b48de97a

View File

@@ -17822,7 +17822,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_keyczar = buildPythonPackage rec {