summary refs log tree commit diff
path: root/pkgs/tools/misc/papis/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/papis/default.nix')
-rw-r--r--pkgs/tools/misc/papis/default.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/tools/misc/papis/default.nix b/pkgs/tools/misc/papis/default.nix
index c3a0164d7b6..f1589fc8c3b 100644
--- a/pkgs/tools/misc/papis/default.nix
+++ b/pkgs/tools/misc/papis/default.nix
@@ -14,19 +14,6 @@ python3.pkgs.buildPythonApplication rec {
     sha256 = "0sa4hpgjvqkjcmp9bjr27b5m5jg4pfspdc8nf1ny80sr0kzn72hb";
   };
 
-  patches = [
-    # Update click version to 7.0.0
-    (fetchpatch {
-      url = https://github.com/papis/papis/commit/fddb80978a37a229300b604c26e992e2dc90913f.patch;
-      sha256 = "0cmagfdaaml1pxhnxggifpb47z5g1p231qywnvnqpd3dm93382w1";
-    })
-    # Allow python-slugify >= 2.0.0
-    (fetchpatch {
-      url = https://github.com/papis/papis/commit/b023ca0e551a29c0c15f73fa071addd3e61fa36d.patch;
-      sha256 = "0ybfzr5v1zg9m201jq4hyc6imqd8l4mx9azgjjxkgxcwd3ib1ymq";
-    })
-  ];
-
   propagatedBuildInputs = with python3.pkgs; [
     requests filetype pyparsing configparser arxiv2bib
     pyyaml chardet beautifulsoup4 colorama bibtexparser