texlivePackages: reduce priority to discourage nix-env from matching texlive packages

This commit is contained in:
Vincenzo Mantova 2024-04-30 08:51:36 +01:00 committed by Dmitry Kalinkin
parent d50a896ae5
commit badf4fcaa4

View File

@ -64,6 +64,8 @@ let
longDescription = ''
This package cannot be installed directly. Please use `texlive.withPackages`.
'';
# discourage nix-env from matching this package
priority = 10;
} // lib.optionalAttrs (args ? shortdesc) {
description = args.shortdesc;
};