Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: fb875dcf6fba
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c505e57173cd
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 24, 2020

  1. tree-sitter: patch out web-ui by default, to drop emscripten

    The tree-sitter build closure is pretty lean by default, but the
    optional web-ui requires emscripten to compile the web interface
    javascript/wasm code.
    
    This is clearly not worth the increase in build closure size, and
    since emscripten is broken more often than not, let’s patch it out by
    default. If somebody /really/ needs the web-ui, there is a
    `webUISupport` flag.
    Profpatsch committed Dec 24, 2020
    Copy the full SHA
    c505e57 View commit details
    Browse the repository at this point in the history