i2pd: disable AESNI by default since we want portable executables

+1
+1
pkgs/tools/networking/i2pd/default.nix
··· 14 }; 15 16 buildInputs = [ boost zlib openssl ]; 17 installPhase = '' 18 install -D i2p $out/bin/i2p 19 '';
··· 14 }; 15 16 buildInputs = [ boost zlib openssl ]; 17 + makeFlags = "USE_AESNI=no"; 18 installPhase = '' 19 install -D i2p $out/bin/i2p 20 '';