circup: remove whitespaces
This commit is contained in:
parent
73ad5f9e14
commit
d7f09c6eaa
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
" circup "
|
"circup"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue