Poezio OTR: Difference between revisions
imported>Fadenb m Syntax highlighting |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{outdated|This page has not been edited for several years. Please remove this notice if the content is accurate.}} | |||
As of now (2017-07-01) the OTR plugin in Poezio is broken due to <code>pythonPackages.pycrypto</code> being replaced by <code>pythonPackages.pycryptodome</code>: https://github.com/NixOS/nixpkgs/issues/21671 | As of now (2017-07-01) the OTR plugin in Poezio is broken due to <code>pythonPackages.pycrypto</code> being replaced by <code>pythonPackages.pycryptodome</code>: https://github.com/NixOS/nixpkgs/issues/21671 | ||
Line 83: | Line 84: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
With this patch you will need to whitelist pycrypto-original as it is marked as insecure. See the [https://nixos.org/nixpkgs/manual/#sec-allow-insecure | With this patch you will need to whitelist pycrypto-original as it is marked as insecure. See the [https://nixos.org/nixpkgs/manual/#sec-allow-insecure manual on "Installing insecure packages"] for details. |