whatsapp-chat-exporter: remove options

This commit is contained in:
Benno Bielmeier 2023-05-28 21:35:49 +02:00
parent ec5067be4d
commit a043fafe3d

View file

@ -1,11 +1,6 @@
{ lib
, python3Packages
, fetchFromGitHub
, withEncryptedAndroid ? false
, withCrypt12 ? false
, withCrypt14 ? false
, withCrypt15 ? false
}:
python3Packages.buildPythonApplication rec {
@ -23,11 +18,8 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [
bleach
jinja2
] ++ lib.optionals (withEncryptedAndroid || withCrypt15) [
pycryptodome
javaobj-py3
] ++ lib.optionals (withCrypt12 || withCrypt14) [
pycryptodome
];
meta = with lib; {