about summary refs log tree commit diff
path: root/pkgs/applications/science/engineering/strictdoc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/engineering/strictdoc/default.nix')
-rw-r--r--pkgs/applications/science/engineering/strictdoc/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/applications/science/engineering/strictdoc/default.nix b/pkgs/applications/science/engineering/strictdoc/default.nix
index 3fc61b8451567..ce834f7d576bd 100644
--- a/pkgs/applications/science/engineering/strictdoc/default.nix
+++ b/pkgs/applications/science/engineering/strictdoc/default.nix
@@ -3,14 +3,12 @@
 , buildPythonApplication
 , fetchFromGitHub
 , python3
-, pythonOlder
 , html5lib
 , invoke
 , openpyxl
 , poetry-core
 , tidylib
 , beautifulsoup4
-, dataclasses
 , datauri
 , docutils
 , jinja2
@@ -73,8 +71,6 @@ buildPythonApplication rec {
     textx
     xlrd
     XlsxWriter
-  ] ++ lib.optionals (pythonOlder "3.7") [
-    dataclasses
   ];
 
   checkInputs = [