Merge pull request #225329 from amjoseph-nixpkgs/pr/fixcross/lyx

This commit is contained in:
Artturi 2023-04-08 23:40:08 +03:00 committed by GitHub
commit 7cb92d085d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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