3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.qscintilla: fix build

(cherry picked from commit 029aba960a)
This commit is contained in:
Lancelot SIX 2019-03-04 11:54:44 +01:00 committed by Uli Baum
parent 877504bdbb
commit 002ad2e561

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