libomxil-bellagio: Enable cross-compilation

This commit is contained in:
Ben Gamari 2017-12-15 23:38:45 -05:00 committed by Will Dietz
parent a0410d9226
commit 3655157d22

View File

@ -9,6 +9,9 @@ stdenv.mkDerivation rec {
sha256 = "0k6p6h4npn8p1qlgq6z3jbfld6n1bqswzvxzndki937gr0lhfg2r";
};
configureFlags =
stdenv.lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ "ac_cv_func_malloc_0_nonnull=yes" ];
patches = [ ./fedora-fixes.patch ];
meta = with stdenv.lib; {