gajim: add enableOmemoPluginDependencies option

This commit is contained in:
Jörg Thalheim 2016-12-02 07:43:24 +01:00
parent 56366b5e66
commit 8c9582ca67
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -7,6 +7,7 @@
, enableRST ? true
, enableSpelling ? true, gtkspell2 ? null
, enableNotifications ? false
, enableOmemoPluginDependencies ? false
, extraPythonPackages ? pkgs: []
}:
@ -68,7 +69,9 @@ stdenv.mkDerivation rec {
] ++ optional enableE2E pythonPackages.pycrypto
++ optional enableRST pythonPackages.docutils
++ optional enableNotifications pythonPackages.notify
++ extraPythonPackages pythonPackages;
++ optionals enableOmemoPluginDependencies (with pythonPackages; [
cryptography python-axolotl python-axolotl-curve25519 qrcode
]) ++ extraPythonPackages pythonPackages;
postFixup = ''
install -m 644 -t "$out/share/gajim/icons/hicolor" \