qt57.qtwebengine: use python2

This commit is contained in:
Frederik Rietdijk 2016-11-18 15:36:29 +01:00
parent b21f1d70c6
commit 2f25d962e8

View file

@ -9,7 +9,7 @@
, bison, flex, git, which, gperf
, coreutils
, pkgconfig, python
, pkgconfig, python2
}:
@ -17,7 +17,7 @@ qtSubmodule {
name = "qtwebengine";
qtInputs = [ qtquickcontrols qtlocation qtwebchannel ];
buildInputs = [ bison flex git which gperf ];
nativeBuildInputs = [ pkgconfig python coreutils ];
nativeBuildInputs = [ pkgconfig python2 coreutils ];
doCheck = true;
enableParallelBuilding = true;