summary refs log tree commit diff
path: root/pkgs/development/tools/circup
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-03-19 21:02:04 +0100
committerGitHub <noreply@github.com>2022-03-19 21:02:04 +0100
commitd7f09c6eaa57492df2e93dbec8a7fae1f0a9c6a0 (patch)
tree9e4f599096aa51b96ee59d0e3fca19bea9bd5976 /pkgs/development/tools/circup
parent73ad5f9e147c0d2a2061f1d4bd91e05078dc0b58 (diff)
circup: remove whitespaces
Diffstat (limited to 'pkgs/development/tools/circup')
-rw-r--r--pkgs/development/tools/circup/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/circup/default.nix b/pkgs/development/tools/circup/default.nix
index b620fa20e4609..71ac08d267617 100644
--- a/pkgs/development/tools/circup/default.nix
+++ b/pkgs/development/tools/circup/default.nix
@@ -40,7 +40,7 @@ python3.pkgs.buildPythonApplication rec {
   '';
 
   pythonImportsCheck = [
-    " circup "
+    "circup"
   ];
 
   meta = with lib; {