summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/mpv
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-07-13 16:55:04 +0300
committerArtturin <Artturin@artturin.com>2022-07-14 22:08:56 +0300
commit99a52394e9a5f4a1993609d826292a935ab64a5f (patch)
treee1cf7a30722439647614f2726c97333e524e7537 /pkgs/applications/video/mpv
parent4a257755460272f8a2287c7afdcd4f332a9c44fb (diff)
mpv: move makeWrapper to nativeBuildInputs to fix cross eval
error: attribute 'runtimeShell' missing
Diffstat (limited to 'pkgs/applications/video/mpv')
-rw-r--r--pkgs/applications/video/mpv/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mpv/wrapper.nix b/pkgs/applications/video/mpv/wrapper.nix
index 3dfe83e2449e..e9be744ed01c 100644
--- a/pkgs/applications/video/mpv/wrapper.nix
+++ b/pkgs/applications/video/mpv/wrapper.nix
@@ -64,7 +64,7 @@ let
# TODO: don't link all mpv outputs and convert package to mpv-unwrapped?
paths = [ mpv.all ];
- buildInputs = [ makeWrapper ];
+ nativeBuildInputs = [ makeWrapper ];
passthru.unwrapped = mpv;