cross: fix moreutils build

This commit is contained in:
Colin 2023-10-11 02:55:33 +00:00
parent 08c92151eb
commit 7aa3f1f989

View File

@ -1201,6 +1201,12 @@ in {
# # '';
# });
moreutils = prev.moreutils.override {
# depends on perl IPC-Run -> IO-Tty, the latter does not cross
# N.B. only perl+perlPackages have to be emulated, but emulating stdenv actually reduces the closure
inherit (emulated) perl perlPackages stdenv;
};
# mpvScripts = prev.mpvScripts // {
# # "line 1: pkg-config: command not found"
# # "mpris.c:1:10: fatal error: gio/gio.h: No such file or directory"