summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/crownstone-uart/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/crownstone-uart/default.nix')
-rw-r--r--pkgs/development/python-modules/crownstone-uart/default.nix17
1 files changed, 8 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/crownstone-uart/default.nix b/pkgs/development/python-modules/crownstone-uart/default.nix
index edfd9dff59e9..177b319ca4cb 100644
--- a/pkgs/development/python-modules/crownstone-uart/default.nix
+++ b/pkgs/development/python-modules/crownstone-uart/default.nix
@@ -1,9 +1,10 @@
-{ lib
-, crownstone-core
-, buildPythonPackage
-, pyserial
-, fetchFromGitHub
-, pythonOlder
+{
+ lib,
+ crownstone-core,
+ buildPythonPackage,
+ pyserial,
+ fetchFromGitHub,
+ pythonOlder,
}:
buildPythonPackage rec {
@@ -28,9 +29,7 @@ buildPythonPackage rec {
# Project has no tests
doCheck = false;
- pythonImportsCheck = [
- "crownstone_uart"
- ];
+ pythonImportsCheck = [ "crownstone_uart" ];
meta = with lib; {
description = "Python module for communicating with Crownstone USB dongles";