mupdf_1_17: move to mupdf/1.17

Since it is vulnerable and is used by k2pdfopt only, it is better to segregate
it.
This commit is contained in:
Anderson Torres 2023-10-11 10:21:18 -03:00
parent 0e723ffd48
commit c98692db99
4 changed files with 1 additions and 1 deletions

View file

@ -34310,7 +34310,7 @@ with pkgs;
};
mupdf = callPackage ../applications/misc/mupdf { };
mupdf_1_17 = callPackage ../applications/misc/mupdf/1.17.nix { };
mupdf_1_17 = callPackage ../applications/misc/mupdf/1.17 { };
muso = callPackage ../applications/audio/muso {
inherit (darwin.apple_sdk.frameworks) CoreServices;