lol

Revert "Fix mujs dylib on Darwin"

mujs already fixes its dylib.

This reverts commit a1abee0758440a5ba542f1f1466792b6b78a5739.

authored by

Mario Rodas and committed by
Anderson Torres
ac4fd1a1 93342cd1

-3
-3
pkgs/applications/video/mpv/default.nix
··· 225 225 # See the explanation in addOpenGLRunpath. 226 226 postFixup = lib.optionalString stdenv.isLinux '' 227 227 addOpenGLRunpath $out/bin/mpv 228 - '' + lib.optionalString (stdenv.isDarwin && javascriptSupport) '' 229 - ${stdenv.cc.targetPrefix}install_name_tool -change "build/release/libmujs.dylib" \ 230 - "${mujs}/lib/libmujs.dylib" $out/bin/mpv 231 228 ''; 232 229 233 230 passthru = {