mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
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:
parent
d74180d07b
commit
790628ae9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user