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

@ -8,7 +8,10 @@ stdenv.mkDerivation rec {
url = "mirror://sourceforge/omxil/omxil/Bellagio%20${version}/${name}.tar.gz";
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; {