tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
uemacs: format with nixfmt-rfc-style
Kenichi Kamiya
9 months ago
65ef02cb
3ad376e6
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ue
uemacs
package.nix
+1
-1
pkgs/by-name/ue/uemacs/package.nix
···
24
24
25
25
substituteInPlace epath.h --replace "/usr/global/lib/" "$out/share/uemacs/"
26
26
'';
27
27
-
27
27
+
28
28
makeFlags = [ "CC=${gccStdenv.cc.targetPrefix}cc" ];
29
29
30
30
strictDeps = true;