pythonPackages.qscintilla: fix build

This commit is contained in:
Lancelot SIX 2019-03-04 11:54:44 +01:00
parent def5aeb17f
commit 029aba960a
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

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