tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sfm: fix cross-compilation
Nikolay Korotkiy
4 years ago
647258aa
07d3557f
+2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
sfm
default.nix
+2
pkgs/applications/misc/sfm/default.nix
···
15
16
postPatch = lib.optionalString (conf!=null) "cp ${configFile} config.def.h";
17
0
0
18
installFlags = [ "PREFIX=$(out)" ];
19
20
meta = with lib; {
···
15
16
postPatch = lib.optionalString (conf!=null) "cp ${configFile} config.def.h";
17
18
+
makeFlags = [ "CC:=$(CC)" ];
19
+
20
installFlags = [ "PREFIX=$(out)" ];
21
22
meta = with lib; {