uemacs: format with nixfmt-rfc-style

This commit is contained in:
Kenichi Kamiya
2025-05-15 14:16:44 +09:00
parent 3ad376e66b
commit 65ef02cb14
+1 -1
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;