lyx: fix cross

python3 is a nativeBuildInput, not a buildInput
This commit is contained in:
Adam Joseph 2023-04-08 12:09:07 -07:00
parent 584278efac
commit 0981043da8

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
];