3
0
Fork 0
forked from mirrors/nixpkgs

lyx: fix cross compilation

This commit fixes cross compilation of `lyx` by adding `qtbase` to
its `nativeBuildInputs`.
This commit is contained in:
Adam Joseph 2023-05-07 12:19:24 -07:00
parent c8cb1f7a2d
commit e1792ede74

View file

@ -18,7 +18,7 @@ mkDerivation rec {
'';
# LaTeX is used from $PATH, as people often want to have it with extra pkgs
nativeBuildInputs = [ pkg-config makeWrapper python3 ];
nativeBuildInputs = [ pkg-config makeWrapper python3 qtbase ];
buildInputs = [
qtbase qtsvg file/*for libmagic*/ bc
hunspell # enchant