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:
parent
0e723ffd48
commit
c98692db99
4 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue