mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
i2pd: disable AESNI by default since we want portable executables
This commit is contained in:
parent
61f310cd4d
commit
071bcf356e
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ boost zlib openssl ];
|
buildInputs = [ boost zlib openssl ];
|
||||||
|
makeFlags = "USE_AESNI=no";
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -D i2p $out/bin/i2p
|
install -D i2p $out/bin/i2p
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user