lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+4 -2
+4 -2
pkgs/development/python-modules/qscintilla-qt5/default.nix
··· 3 3 , qscintilla 4 4 , qtbase 5 5 }: 6 - with pythonPackages; 7 - buildPythonPackage rec { 6 + 7 + let 8 + inherit (pythonPackages) buildPythonPackage isPy3k python sip_4 pyqt5; 9 + in buildPythonPackage rec { 8 10 pname = "qscintilla"; 9 11 version = qscintilla.version; 10 12 src = qscintilla.src;