lol

Merge pull request #190562 from Thra11/fix-okular

authored by

Sandro and committed by
GitHub
68cc0db7 6934f789

+3 -3
+3 -3
pkgs/applications/kde/okular.nix
··· 1 { 2 stdenv, mkDerivation, lib, 3 extra-cmake-modules, kdoctools, 4 - breeze-icons, chmlib ? null, discount, djvulibre, ebook_tools, kactivities, 5 karchive, kbookmarks, kcompletion, kconfig, kconfigwidgets, kcoreaddons, 6 kdbusaddons, kdegraphics-mobipocket, kiconthemes, kjs, khtml, kio, kparts, 7 kpty, kpurpose, kwallet, kwindowsystem, libkexiv2, libspectre, libzip, phonon, poppler, ··· 16 kcompletion kconfig kconfigwidgets kcoreaddons kdbusaddons 17 kdegraphics-mobipocket kiconthemes kjs khtml kio kparts kpty kpurpose kwallet 18 kwindowsystem libkexiv2 libspectre libzip phonon poppler qca-qt5 19 - qtdeclarative qtsvg threadweaver kcrash qtspeech 20 - ] ++ lib.optional (!stdenv.isAarch64) chmlib; 21 22 # InitialPreference values are too high and end up making okular 23 # default for anything considered text/plain. Resetting to 1, which
··· 1 { 2 stdenv, mkDerivation, lib, 3 extra-cmake-modules, kdoctools, 4 + breeze-icons, chmlib, discount, djvulibre, ebook_tools, kactivities, 5 karchive, kbookmarks, kcompletion, kconfig, kconfigwidgets, kcoreaddons, 6 kdbusaddons, kdegraphics-mobipocket, kiconthemes, kjs, khtml, kio, kparts, 7 kpty, kpurpose, kwallet, kwindowsystem, libkexiv2, libspectre, libzip, phonon, poppler, ··· 16 kcompletion kconfig kconfigwidgets kcoreaddons kdbusaddons 17 kdegraphics-mobipocket kiconthemes kjs khtml kio kparts kpty kpurpose kwallet 18 kwindowsystem libkexiv2 libspectre libzip phonon poppler qca-qt5 19 + qtdeclarative qtsvg threadweaver kcrash qtspeech chmlib 20 + ]; 21 22 # InitialPreference values are too high and end up making okular 23 # default for anything considered text/plain. Resetting to 1, which