mpv: remove env.NIX_LDFLAGS setting

This commit is contained in:
Anderson Torres 2024-02-09 21:29:47 -03:00
parent a88842e107
commit 390daad68a

View File

@ -131,8 +131,6 @@ in stdenv'.mkDerivation (finalAttrs: {
''
];
env.NIX_LDFLAGS = lib.optionalString x11Support "-lX11 -lXext ";
# Ensure we reference 'lib' (not 'out') of Swift.
preConfigure = lib.optionalString swiftSupport ''
export SWIFT_LIB_DYNAMIC="${lib.getLib swift.swift}/lib/swift/macosx"