Use libvpx-git on Darwin
libvpx 1.3.0 is extremely challenging for us to compile on Darwin. I think we would need to use clang 3.5 and patch the configure scripts heavily. But libvpx-git works great, so lets just use that instead
This commit is contained in:
parent
14602b8a43
commit
36dad3378d
@ -6826,7 +6826,7 @@ let
|
||||
|
||||
libviper = callPackage ../development/libraries/libviper { };
|
||||
|
||||
libvpx = callPackage ../development/libraries/libvpx { };
|
||||
libvpx = if stdenv.isDarwin then libvpx-git else callPackage ../development/libraries/libvpx { };
|
||||
libvpx-git = callPackage ../development/libraries/libvpx/git.nix { };
|
||||
|
||||
libvterm = callPackage ../development/libraries/libvterm { };
|
||||
|
Loading…
Reference in New Issue
Block a user