···11-{ fetchurl, lib, mkDerivation, pkg-config, python, file, bc
11+{ fetchurl, lib, mkDerivation, pkg-config, python3, file, bc
22, qtbase, qtsvg, hunspell, makeWrapper #, mythes, boost
33}:
44···1414 # LaTeX is used from $PATH, as people often want to have it with extra pkgs
1515 nativeBuildInputs = [ pkg-config ];
1616 buildInputs = [
1717- qtbase qtsvg python file/*for libmagic*/ bc
1717+ qtbase qtsvg python3 file/*for libmagic*/ bc
1818 hunspell makeWrapper # enchant
1919 ];
2020···31313232 # python is run during runtime to do various tasks
3333 qtWrapperArgs = [
3434- " --prefix PATH : ${python}/bin"
3434+ " --prefix PATH : ${python3}/bin"
3535 ];
36363737 meta = with lib; {