lyx: fix cross compilation

This commit fixes cross compilation of `lyx` by adding `qtbase` to
its `nativeBuildInputs`.

+1 -1
+1 -1
pkgs/applications/misc/lyx/default.nix
··· 18 18 ''; 19 19 20 20 # LaTeX is used from $PATH, as people often want to have it with extra pkgs 21 - nativeBuildInputs = [ pkg-config makeWrapper python3 ]; 21 + nativeBuildInputs = [ pkg-config makeWrapper python3 qtbase ]; 22 22 buildInputs = [ 23 23 qtbase qtsvg file/*for libmagic*/ bc 24 24 hunspell # enchant