diff options
Diffstat (limited to 'pkgs/development/python-modules/mdformat-simple-breaks/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/mdformat-simple-breaks/default.nix | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/pkgs/development/python-modules/mdformat-simple-breaks/default.nix b/pkgs/development/python-modules/mdformat-simple-breaks/default.nix index 9bff43e4d402..29a370944110 100644 --- a/pkgs/development/python-modules/mdformat-simple-breaks/default.nix +++ b/pkgs/development/python-modules/mdformat-simple-breaks/default.nix @@ -1,10 +1,11 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, flit-core -, mdformat -, mdit-py-plugins -, pythonOlder +{ + lib, + buildPythonPackage, + fetchFromGitHub, + flit-core, + mdformat, + mdit-py-plugins, + pythonOlder, }: buildPythonPackage rec { @@ -21,17 +22,11 @@ buildPythonPackage rec { hash = "sha256-4lJHB4r9lI2uGJ/BmFFc92sumTRKBBwiRmGBdQkzfd0="; }; - nativeBuildInputs = [ - flit-core - ]; + nativeBuildInputs = [ flit-core ]; - propagatedBuildInputs = [ - mdformat - ]; + propagatedBuildInputs = [ mdformat ]; - pythonImportsCheck = [ - "mdformat_simple_breaks" - ]; + pythonImportsCheck = [ "mdformat_simple_breaks" ]; meta = with lib; { description = "Mdformat plugin to render thematic breaks using three dashes"; |
