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

This commit is contained in:
Winter 2025-05-15 01:50:57 -04:00 committed by GitHub
commit f71ccdc1bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;