summary refs log tree commit diff
path: root/pkgs/development/python-modules/markdown/3_1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/markdown/3_1.nix')
-rw-r--r--pkgs/development/python-modules/markdown/3_1.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/markdown/3_1.nix b/pkgs/development/python-modules/markdown/3_1.nix
index b07d36e22c7..eb9b2e59ec8 100644
--- a/pkgs/development/python-modules/markdown/3_1.nix
+++ b/pkgs/development/python-modules/markdown/3_1.nix
@@ -18,8 +18,8 @@ buildPythonPackage rec {
     sha256 = "2e50876bcdd74517e7b71f3e7a76102050edec255b3983403f1a63e7c8a41e7a";
   };
 
-  propagatedBuildInputs = [ 
-    setuptools 
+  propagatedBuildInputs = [
+    setuptools
   ] ++ lib.optionals (pythonOlder "3.8") [
     importlib-metadata
   ];