mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #237328 from amjoseph-nixpkgs/pr/lyx/fixcross
lyx: fix cross compilation
This commit is contained in:
commit
deab736341
@ -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