about summary refs log tree commit diff
path: root/pkgs/tools/admin/sewer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/admin/sewer/default.nix')
-rw-r--r--pkgs/tools/admin/sewer/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/tools/admin/sewer/default.nix b/pkgs/tools/admin/sewer/default.nix
index 5410d0c833df..df6077c4cbf6 100644
--- a/pkgs/tools/admin/sewer/default.nix
+++ b/pkgs/tools/admin/sewer/default.nix
@@ -11,11 +11,6 @@ python3Packages.buildPythonApplication rec {
 
   propagatedBuildInputs = with python3Packages; [ pyopenssl requests tldextract ];
 
-  postPatch = ''
-    # The README has non-ascii characters which makes setup.py crash.
-    sed -i 's/[\d128-\d255]//g' README.md
-  '';
-
   meta = with stdenv.lib; {
     homepage = https://github.com/komuw/sewer;
     description = "ACME client";