diff --git a/pkgs/applications/editors/leo-editor/default.nix b/pkgs/applications/editors/leo-editor/default.nix index 1c01bff727e..597f9148564 100644 --- a/pkgs/applications/editors/leo-editor/default.nix +++ b/pkgs/applications/editors/leo-editor/default.nix @@ -13,6 +13,11 @@ pythonPackages.buildPythonPackage rec { propagatedBuildInputs = with pythonPackages; [ pyqt4 sqlite3 ]; + + patchPhase = '' + rm setup.cfg + ''; + meta = { homepage = "http://leoeditor.com"; description = "A powerful folding editor";