Skip to content

Commit

Permalink
i2pd: disable AVX instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
edwtjo committed May 30, 2017
1 parent 538aa0f commit 1e51fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/networking/i2pd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
};

buildInputs = [ boost zlib openssl ];
makeFlags = "USE_AESNI=no";
makeFlags = [ "USE_AESNI=no" "USE_AVX=no" ];

installPhase = ''
install -D i2pd $out/bin/i2pd
Expand Down

0 comments on commit 1e51fdc

Please sign in to comment.