mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
mpv: remove env.NIX_LDFLAGS setting
This commit is contained in:
parent
a88842e107
commit
390daad68a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user