Merge pull request #145591 from sikmir/sfm

sfm: fix cross-compilation
This commit is contained in:
Jörg Thalheim 2021-11-12 10:35:39 +00:00 committed by GitHub
commit d25b0a6a66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; {