From a043fafe3dae61a7a2b6805539263834c21421d2 Mon Sep 17 00:00:00 2001 From: Benno Bielmeier Date: Sun, 28 May 2023 21:35:49 +0200 Subject: [PATCH] whatsapp-chat-exporter: remove options --- pkgs/tools/misc/whatsapp-chat-exporter/default.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkgs/tools/misc/whatsapp-chat-exporter/default.nix b/pkgs/tools/misc/whatsapp-chat-exporter/default.nix index a46273a9934..e6d2f7af0b7 100644 --- a/pkgs/tools/misc/whatsapp-chat-exporter/default.nix +++ b/pkgs/tools/misc/whatsapp-chat-exporter/default.nix @@ -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; {