about summary refs log tree commit diff
path: root/pkgs/applications/editors/setzer
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-05-25 04:20:00 +0000
committerRobert Schütz <github@dotlambda.de>2022-05-25 23:47:50 -0700
commit4307907d725fce04207f7f092d43c7481e3f7ec0 (patch)
tree72029dac096db9198a1d2fe7f9a7317dd5d5c4d4 /pkgs/applications/editors/setzer
parentdc50a81c79e85281b5e72d541e99aa7f1844f408 (diff)
python39Packages.pdfminer-six: add alias to pdfminer
Diffstat (limited to 'pkgs/applications/editors/setzer')
-rw-r--r--pkgs/applications/editors/setzer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/setzer/default.nix b/pkgs/applications/editors/setzer/default.nix
index cc1d08cc3f9b6..10fb4e0a97e65 100644
--- a/pkgs/applications/editors/setzer/default.nix
+++ b/pkgs/applications/editors/setzer/default.nix
@@ -51,7 +51,7 @@ python3.pkgs.buildPythonApplication rec {
   propagatedBuildInputs = with python3.pkgs; [
     pygobject3
     pyxdg
-    pdfminer
+    pdfminer-six
     pycairo
     pexpect
   ];