nixpkgs/pkgs/applications/audio/vcv-rack
André-Patrick Bubel 0347078949 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 https://github.com/NixOS/nixpkgs/issues/71189 for the context.
2019-10-26 17:42:15 +02:00
..
default.nix vcv-rack: Fix issues from missing upstream dependency 2019-10-26 17:42:15 +02:00
rack-minimize-vendoring.patch vcv-rack: 1.1.4 -> 1.1.5 2019-10-02 21:37:20 +02:00
remove-custom-glfw-function.patch vcv-rack: Fix issues from missing upstream dependency 2019-10-26 17:42:15 +02:00