From e1792ede74e1cec38f8018fcde8b2c657336388e Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Sun, 7 May 2023 12:19:24 -0700 Subject: [PATCH] lyx: fix cross compilation This commit fixes cross compilation of `lyx` by adding `qtbase` to its `nativeBuildInputs`. --- pkgs/applications/misc/lyx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/lyx/default.nix b/pkgs/applications/misc/lyx/default.nix index 10dbb2c6a74b..514cca9e8a5e 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