summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/mpv
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-12-11 22:34:51 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-12-12 09:46:16 -0300
commit7f00403e5f6ae1a743d3f7ddc8ed232403dc6407 (patch)
treefe9564ef6fb56f19aeb9172d5adbcbf5cc7fd0a9 /pkgs/applications/video/mpv
parent0cbaaf47d5d718be70d40a09b940eb805036a73a (diff)
mpv-unwrapped: incorporate darwin into its expression
Diffstat (limited to 'pkgs/applications/video/mpv')
-rw-r--r--pkgs/applications/video/mpv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix
index da5e6366fb61..88204a47365a 100644
--- a/pkgs/applications/video/mpv/default.nix
+++ b/pkgs/applications/video/mpv/default.nix
@@ -17,7 +17,6 @@
, lua
, libuchardet
, libiconv
-, CoreFoundation, Cocoa, CoreAudio, MediaPlayer
, xcbuild
, waylandSupport ? stdenv.isLinux
@@ -75,11 +74,12 @@
, xineramaSupport ? stdenv.isLinux, libXinerama
, xvSupport ? stdenv.isLinux, libXv
, zimgSupport ? true, zimg
+, darwin
}:
let
+ inherit (darwin.apple_sdk.frameworks) CoreFoundation Cocoa CoreAudio MediaPlayer;
luaEnv = lua.withPackages (ps: with ps; [ luasocket ]);
-
in stdenv.mkDerivation rec {
pname = "mpv";
version = "0.35.0";