pythonPackages.qscintilla-qt5: do not use with pythonPackages;

This commit is contained in:
Eduardo Sánchez Muñoz 2021-06-24 11:29:08 +02:00
parent a3e96e616f
commit 3b6066299d

View File

@ -3,8 +3,10 @@
, qscintilla
, qtbase
}:
with pythonPackages;
buildPythonPackage rec {
let
inherit (pythonPackages) buildPythonPackage isPy3k python sip_4 pyqt5;
in buildPythonPackage rec {
pname = "qscintilla";
version = qscintilla.version;
src = qscintilla.src;