Commit badf4fca authored by Vincenzo Mantova's avatar Vincenzo Mantova Committed by Dmitry Kalinkin
Browse files

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

parent d50a896a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };