From 84d64ade98bd69f4dbe3534560e15dae2839d1d4 Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 21 Oct 2024 19:29:27 +0100 Subject: [PATCH] mpv: remove obsolete Swift library path hack This is now detected correctly as part of the SDK, as it should be. --- pkgs/applications/video/mpv/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix index d2f8993bc2f8..68bb464dcff9 100644 --- a/pkgs/applications/video/mpv/default.nix +++ b/pkgs/applications/video/mpv/default.nix @@ -141,11 +141,6 @@ stdenv.mkDerivation (finalAttrs: { '' ]; - # Ensure we reference 'lib' (not 'out') of Swift. - preConfigure = lib.optionalString stdenv.hostPlatform.isDarwin '' - export SWIFT_LIB_DYNAMIC="${lib.getLib swift.swift}/lib/swift/macosx" - ''; - mesonFlags = [ (lib.mesonOption "default_library" "shared") (lib.mesonBool "libmpv" true)