mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
lyx: fix cross compilation
This commit fixes cross compilation of `lyx` by adding `qtbase` to its `nativeBuildInputs`.
This commit is contained in:
parent
c8cb1f7a2d
commit
e1792ede74
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user