From 41eea96e63b9fdc9da9895093a0ae65013cf06d2 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 23 Dec 2019 13:26:30 +0100 Subject: [PATCH] feat(third_party/lieer): Overwrite included client secret --- ops/secrets/lieer-client-secret | Bin 0 -> 106 bytes third_party/default.nix | 1 + third_party/lieer/api_client.patch | 20 ++++++++++++++++++++ third_party/lieer/default.nix | 15 ++++++++++++++- 4 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 ops/secrets/lieer-client-secret create mode 100644 third_party/lieer/api_client.patch diff --git a/ops/secrets/lieer-client-secret b/ops/secrets/lieer-client-secret new file mode 100644 index 0000000000000000000000000000000000000000..907c1ab567ff05cc38ca78631c549f5026c1bf24 GIT binary patch literal 106 zcmV-w0G0m=BmmJ $out + ''; +in python3Packages.buildPythonApplication rec { name = "lieer-${version}"; version = "1.0"; @@ -18,6 +29,8 @@ python3Packages.buildPythonApplication rec { sha256 = "1zzylv8xbcrh34bz0s29dawzcyx39lai8y8wk0bl4x75v1jfynvf"; }; + patches = [ authPatch ]; + propagatedBuildInputs = with python3Packages; [ notmuch oauth2client