uemacs: format with nixfmt-rfc-style (#407248)

This commit is contained in:
Winter
2025-05-15 01:50:57 -04:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ gccStdenv.mkDerivation {
substituteInPlace epath.h --replace "/usr/global/lib/" "$out/share/uemacs/"
'';
makeFlags = [ "CC=${gccStdenv.cc.targetPrefix}cc" ];
strictDeps = true;