chromium: (cross) move bison and gperf to nativeBuildInputs
These are tools which are executed at build time, so they need to be in `nativeBuildInputs` rather than `buildInputs`.
This commit is contained in:
@@ -129,6 +129,7 @@ let
|
||||
python3WithPackages perl
|
||||
which
|
||||
llvmPackages.bintools
|
||||
bison gperf
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
@@ -142,7 +143,7 @@ let
|
||||
nasm
|
||||
nspr nss
|
||||
util-linux alsa-lib
|
||||
bison gperf libkrb5
|
||||
libkrb5
|
||||
glib gtk3 dbus-glib
|
||||
libXScrnSaver libXcursor libXtst libxshmfence libGLU libGL
|
||||
mesa # required for libgbm
|
||||
|
||||
Reference in New Issue
Block a user