Unverified Commit 7cb92d08 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

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

parents ef588c93 0981043d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
  ];