Loading pkgs/applications/editors/texworks/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ , poppler , qt5compat , qttools , qtwayland , withLua ? true, lua , withPython ? true, python3 }: Loading Loading @@ -36,7 +37,8 @@ stdenv.mkDerivation rec { qt5compat qttools ] ++ lib.optional withLua lua ++ lib.optional withPython python3; ++ lib.optional withPython python3 ++ lib.optional stdenv.isLinux qtwayland; cmakeFlags = [ "-DQT_DEFAULT_MAJOR_VERSION=6" Loading Loading
pkgs/applications/editors/texworks/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ , poppler , qt5compat , qttools , qtwayland , withLua ? true, lua , withPython ? true, python3 }: Loading Loading @@ -36,7 +37,8 @@ stdenv.mkDerivation rec { qt5compat qttools ] ++ lib.optional withLua lua ++ lib.optional withPython python3; ++ lib.optional withPython python3 ++ lib.optional stdenv.isLinux qtwayland; cmakeFlags = [ "-DQT_DEFAULT_MAJOR_VERSION=6" Loading