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

This commit is contained in:
Vincenzo Mantova
2024-04-30 15:59:51 -04:00
committed by Dmitry Kalinkin
parent d50a896ae5
commit badf4fcaa4
@@ -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;
};