texlivePackages: reduce priority to discourage nix-env from matching texlive packages
This commit is contained in:
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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user