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

mpv: don't use generated luasocket #89145

Closed

Commits on May 29, 2020

  1. mpv: don't use generated luasocket

    The luarocks version of luasocket crashes if the host program has
    symbols with the same name as luasocket, such as "socket_create".
    
    This change makes mpv use a custom luasocket derivation that isn't built
    from luarocks. This new derivation has the same code as
    "luaPackages.luasocket" before commit
    274715c.
    
    Closes NixOS#88584
    cript0nauta committed May 29, 2020
    Configuration menu
    Copy the full SHA
    f9bcddf View commit details
    Browse the repository at this point in the history