Missing semicolon
This commit is contained in:
parent
3dea197273
commit
72b48de97a
|
@ -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_simple_hipchat = python-simple-hipchat;
|
||||||
|
|
||||||
python_keyczar = buildPythonPackage rec {
|
python_keyczar = buildPythonPackage rec {
|
||||||
|
|
Loading…
Reference in New Issue