summary refs log tree commit diff
path: root/pkgs/applications/misc/lyx
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-05-07 12:19:24 -0700
committerAdam Joseph <adam@westernsemico.com>2023-06-12 03:15:44 -0700
commite1792ede74e1cec38f8018fcde8b2c657336388e (patch)
treeaae5cea0781e4c45419e2b112019c23363eccbff /pkgs/applications/misc/lyx
parentc8cb1f7a2df211360ff492b13ffdf896a8c25d00 (diff)
lyx: fix cross compilation
This commit fixes cross compilation of `lyx` by adding `qtbase` to
its `nativeBuildInputs`.
Diffstat (limited to 'pkgs/applications/misc/lyx')
-rw-r--r--pkgs/applications/misc/lyx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/lyx/default.nix b/pkgs/applications/misc/lyx/default.nix
index 10dbb2c6a74b4..514cca9e8a5e8 100644
--- a/pkgs/applications/misc/lyx/default.nix
+++ b/pkgs/applications/misc/lyx/default.nix
@@ -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