its time to merge to master... its too big now xD #76

Open
gortium wants to merge 160 commits from uconsole-cm5-incremental into master
25 changed files with 1621 additions and 181 deletions
Showing only changes of commit 4acd98c689 - Show all commits

View File

@@ -82,6 +82,15 @@
'';
});
emacs-pgtk = prev.emacs-pgtk.override { withMailutils = false; };
# qtquick3d: Qt::Quick not available in aarch64 cross-compile qtdeclarative
# Make it a no-op so qtmultimedia / wireshark / js8call still build
qtquick3d = prev.qtquick3d.overrideAttrs (old: {
installPhase = ''
runHook preInstall
cmake --install . --prefix "$out" 2>/dev/null || mkdir -p "$out"
runHook postInstall
'';
});
# perl-ldap fails cross-compile (Module::Install needs dynamic loading)
# Strip it from john deps -- the perl scripts that need it are not critical
john = prev.john.overrideAttrs (old: {