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:
parent
0031e01e07
commit
b21f1d70c6
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue