Skip to content

Commit

Permalink
mpv: remove env.NIX_LDFLAGS setting
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Feb 10, 2024
1 parent a88842e commit 390daad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/applications/video/mpv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 390daad

Please sign in to comment.