cross: remove modemmanager patch; it compiles OOTB :)

thanks Cole!
This commit is contained in:
Colin 2024-02-27 22:08:12 +00:00
parent 67536e3c1f
commit 7fb7f72bc0
1 changed files with 0 additions and 5 deletions

View File

@ -1415,11 +1415,6 @@ in with final; {
# # '';
# });
modemmanager = prev.modemmanager.overrideAttrs (upstream: {
# fixes "meson.build:53:26: ERROR: python3 not found"
nativeBuildInputs = upstream.nativeBuildInputs ++ upstream.nativeInstallCheckInputs;
});
# fixes: "ar: command not found"
# `ar` is provided by bintools
# 2023/07/27: upstreaming is unblocked by deps; but turns out to not be this simple