fix: disable mailutils in emacs-pgtk to avoid broken gss cross-compile
This commit is contained in:
@@ -81,6 +81,7 @@
|
|||||||
export PKG_CONFIG_PATH="${prev.buildPackages.hyprwayland-scanner}/lib/pkgconfig:$PKG_CONFIG_PATH"
|
export PKG_CONFIG_PATH="${prev.buildPackages.hyprwayland-scanner}/lib/pkgconfig:$PKG_CONFIG_PATH"
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
emacs-pgtk = prev.emacs-pgtk.override { withMailutils = false; };
|
||||||
# perl-ldap fails cross-compile (Module::Install needs dynamic loading)
|
# perl-ldap fails cross-compile (Module::Install needs dynamic loading)
|
||||||
# Strip it from john deps -- the perl scripts that need it are not critical
|
# Strip it from john deps -- the perl scripts that need it are not critical
|
||||||
john = prev.john.overrideAttrs (old: {
|
john = prev.john.overrideAttrs (old: {
|
||||||
|
|||||||
Reference in New Issue
Block a user