Pidgin: Difference between revisions
imported>Castilma mNo edit summary |
imported>Castilma mNo edit summary |
||
| Line 1: | Line 1: | ||
If you want to use pidgin with the | If you want to use pidgin with the OTR plugin, you will find out, that installing the plugin with | ||
<code>nix-env -iA nixos.pidginotr</code> | <code>nix-env -iA nixos.pidginotr</code> | ||
does not work. The plugin doesn't appear in the plugin list. | does not work. The plugin doesn't appear in the plugin list. | ||
| Line 17: | Line 17: | ||
Then you can install pidgin with | Then you can install pidgin with | ||
<code>nix-env -iA nixos.pidgin-with-plugins</code>. This install will | <code>nix-env -iA nixos.pidgin-with-plugins</code>. This install will have the OTR plugin available. | ||
[[Category:Guide]] | [[Category:Guide]] | ||