diff --git a/flake.nix b/flake.nix index 92f887c..7411d21 100644 --- a/flake.nix +++ b/flake.nix @@ -81,6 +81,7 @@ 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) # Strip it from john deps -- the perl scripts that need it are not critical john = prev.john.overrideAttrs (old: {