about summary refs log tree commit diff
path: root/pkgs/applications/office/watson
diff options
context:
space:
mode:
authorpaumr <paum@bdisk.eu>2020-04-28 08:40:36 +0200
committerpaumr <paum@bdisk.eu>2020-04-28 08:40:36 +0200
commit7c1859020820152c7d5292e2bec78cc1dd3e7034 (patch)
treef19d765530758a7cce52957eb99d73693ab8474e /pkgs/applications/office/watson
parent5e4abf76c7e74660369bcb5e2648746db03142c8 (diff)
downloadnixlib-7c1859020820152c7d5292e2bec78cc1dd3e7034.tar
nixlib-7c1859020820152c7d5292e2bec78cc1dd3e7034.tar.gz
nixlib-7c1859020820152c7d5292e2bec78cc1dd3e7034.tar.bz2
nixlib-7c1859020820152c7d5292e2bec78cc1dd3e7034.tar.lz
nixlib-7c1859020820152c7d5292e2bec78cc1dd3e7034.tar.xz
nixlib-7c1859020820152c7d5292e2bec78cc1dd3e7034.tar.zst
nixlib-7c1859020820152c7d5292e2bec78cc1dd3e7034.zip
watson: format with nixpkgs-fmt
Diffstat (limited to 'pkgs/applications/office/watson')
-rw-r--r--pkgs/applications/office/watson/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/office/watson/default.nix b/pkgs/applications/office/watson/default.nix
index 160e82100836..e18756d8d172 100644
--- a/pkgs/applications/office/watson/default.nix
+++ b/pkgs/applications/office/watson/default.nix
@@ -1,4 +1,3 @@
-{ stdenv, pythonPackages, fetchpatch }:
 
 with pythonPackages;
 
@@ -14,7 +13,7 @@ buildPythonApplication rec {
 
   checkPhase = ''
     pytest -vs tests
- '';
+  '';
 
   checkInputs = [ py pytest pytest-datafiles mock pytest-mock pytestrunner ];
   propagatedBuildInputs = [ requests click arrow ];
@@ -23,6 +22,6 @@ buildPythonApplication rec {
     homepage = "https://tailordev.github.io/Watson/";
     description = "A wonderful CLI to track your time!";
     license = licenses.mit;
-    maintainers = with maintainers; [ mguentner nathyong ] ;
+    maintainers = with maintainers; [ mguentner nathyong ];
   };
 }