1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

qt56.qtwebengine: use python2

This commit is contained in:
Frederik Rietdijk 2016-11-18 15:06:40 +01:00
parent 0031e01e07
commit b21f1d70c6

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;