From aeed540089b95e1e614a60d19e51d75128317d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 31 Dec 2022 07:57:50 +0100 Subject: [PATCH] feat: no proprietary pdf readers please, also no goldendict they both want me to build qtwebkit --- configs/packages.nix | 1 - configs/stardict.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/packages.nix b/configs/packages.nix index af2c645..2f42352 100644 --- a/configs/packages.nix +++ b/configs/packages.nix @@ -134,7 +134,6 @@ in { pdftk # pdf toolkit mupdf poppler_utils # pdf toolkit - foxitreader # for viewing pdf annotations okular # the word is nucular xournalpp # for annotating pdfs pdfpc # presenter console for pdf slides diff --git a/configs/stardict.nix b/configs/stardict.nix index a93b10e..2948ec2 100644 --- a/configs/stardict.nix +++ b/configs/stardict.nix @@ -295,7 +295,7 @@ in { // dictionaries.englishGerman)); environment.systemPackages = [ - pkgs.goldendict + # pkgs.goldendict (makeStardict "lsj" dictionaries.classics) (makeStardict "sa" dictionaries.sanskrit) (makeStardict "oed" dictionaries.oed)