mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-11 09:04:01 +03:00
mruby-lvgui-native: yacc -> bison
This commit is contained in:
parent
825a90cb19
commit
d642f3431f
@ -62,11 +62,11 @@ let
|
||||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
, yacc
|
||||
, bison
|
||||
}:
|
||||
|
||||
libxkbcommon.overrideAttrs({...}: {
|
||||
nativeBuildInputs = [ meson ninja pkg-config yacc ];
|
||||
nativeBuildInputs = [ meson ninja pkg-config bison ];
|
||||
buildInputs = [ ];
|
||||
|
||||
mesonFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user