leo-editor: fix build

This commit is contained in:
Domen Kožar 2015-11-20 22:17:16 +01:00
parent d83a97823c
commit 925300726d

View File

@ -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";