From c8eb80b7f875c5625721051519bbfa05fcaebbb2 Mon Sep 17 00:00:00 2001 From: Hermes Date: Thu, 18 Jun 2026 20:59:39 -0400 Subject: [PATCH] fix: disable mailutils in emacs-pgtk to avoid broken gss cross-compile --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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: {