Merge pull request #56811 from lsix/fix-qscintilla

pythonPackages.qscintilla: fix build
This commit is contained in:
Danylo Hlynskyi
2019-03-04 13:47:24 +02:00
committed by GitHub

View File

@@ -17,7 +17,9 @@ disabledIf (isPy3k || isPyPy)
src = pkgs.qscintilla.src;
buildInputs = [ pkgs.xorg.lndir pyqt4.qt pyqt4 ];
nativeBuildInputs = [ pkgs.xorg.lndir ];
buildInputs = [ pyqt4.qt pyqt4 ];
preConfigure = ''
mkdir -p $out