Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing_formula: TexLive is only blacklisted on macOS #7038

Merged
merged 1 commit into from
Feb 16, 2020

Commits on Feb 15, 2020

  1. missing_formula: TexLive is only blacklisted on macOS

    - In Homebrew/linuxbrew-core, [we have a Linux-only formula for
      `texlive`](https://github.com/Homebrew/linuxbrew-core/tree/master/Formula/texlive.rb).
    - When running `brew audit --strict texlive` on Linux, we got the
      following messaging:
    
      ```
      $ brew audit --strict texlive
      texlive:
        * 'texlive' is blacklisted from homebrew/core.
        Error: 1 problem in 1 formula detected
      ```
    
    - Looking at where this comes from leads to the missing formula
      messaging to install `mactex` via Homebrew Cask. The 'blacklisted in
      homebrew/core' messaging only applies to macOS where Casks are an option
      for users, so let's not surface the audit for `texlive` on Linux.
    issyl0 committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    2a36f61 View commit details
    Browse the repository at this point in the history