cross: fix mpvScripts.mpris compilation

This commit is contained in:
Colin 2023-07-27 06:22:28 +00:00
parent 13ae0b798c
commit 027e7cb074

View File

@ -815,6 +815,11 @@ in {
# # '';
# });
mpvScripts = prev.mpvScripts // {
# "line 1: pkg-config: command not found"
# "mpris.c:1:10: fatal error: gio/gio.h: No such file or directory"
mpris = addNativeInputs [ final.pkg-config ] prev.mpvScripts.mpris;
};
# fixes: "ar: command not found"
# `ar` is provided by bintools
ncftp = addNativeInputs [ final.bintools ] prev.ncftp;