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: 3de2a6aace8c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: da27632fd211
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Oct 27, 2019

  1. vcv-rack: Fix issues from missing upstream dependency

    The revision of the glfw fork that Rack depends on has been removed from
    GitHub. This causes cloning of the glfw submodule for the Rack git
    repository to fail.
    
    As the glfw fork just adds a function that is only needed on Darwin (and
    we don't support that platform at the moment) we remove the function
    call from the Rack source. We can then use the upstream version of glfw.
    
    We fetch the rest of the submodules manually as well.
    
    See #71189 for the context.
    
    (cherry picked from commit 0347078)
    Moredread authored and Lassulus committed Oct 27, 2019
    Copy the full SHA
    da27632 View commit details
    Browse the repository at this point in the history