mpv: move makeWrapper to nativeBuildInputs to fix cross eval

error: attribute 'runtimeShell' missing
This commit is contained in:
Artturin 2022-07-13 16:55:04 +03:00
parent 4a25775546
commit 99a52394e9

View file

@ -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;