leo-editor: fix build
This commit is contained in:
parent
d83a97823c
commit
925300726d
@ -13,6 +13,11 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [ pyqt4 sqlite3 ];
|
propagatedBuildInputs = with pythonPackages; [ pyqt4 sqlite3 ];
|
||||||
|
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
rm setup.cfg
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://leoeditor.com";
|
homepage = "http://leoeditor.com";
|
||||||
description = "A powerful folding editor";
|
description = "A powerful folding editor";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user