Enable fat binary

This commit is contained in:
jan 2021-04-17 23:44:56 +02:00 committed by polygon
parent 8e16538785
commit 85080ba291

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "1fvmhrqdjs925hzr2i8bszm50h00gwsh17p2kn2pi51zrxck9xjj"; sha256 = "1fvmhrqdjs925hzr2i8bszm50h00gwsh17p2kn2pi51zrxck9xjj";
}; };
configureFlags = [ "--enable-cxx" ]; configureFlags = [ "--enable-cxx --enable-fat" ];
meta = { meta = {
inherit version; inherit version;