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
commit ba519fb2a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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