sfm: fix cross-compilation

This commit is contained in:
Nikolay Korotkiy 2021-11-11 21:01:52 +03:00
parent 07d3557fa5
commit 647258aa7c
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
postPatch = lib.optionalString (conf!=null) "cp ${configFile} config.def.h";
makeFlags = [ "CC:=$(CC)" ];
installFlags = [ "PREFIX=$(out)" ];
meta = with lib; {