diff options
Diffstat (limited to 'third_party/lieer/default.nix')
-rw-r--r-- | third_party/lieer/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/lieer/default.nix b/third_party/lieer/default.nix index 0ab40f752faa..6dd4cecd1d3f 100644 --- a/third_party/lieer/default.nix +++ b/third_party/lieer/default.nix @@ -26,10 +26,6 @@ let export PROJECT_ID='${project}' cat ${./api_client.patch} | ${gettext}/bin/envsubst > $out ''; - discoveryPatch = runCommand "discovery_doc.patch" {} '' - export DISCOVERY_DOC='${./gmail-api.json}' - cat ${./discovery_doc.patch} | ${gettext}/bin/envsubst > $out - ''; in python3Packages.buildPythonApplication rec { name = "lieer-${version}"; version = "1.0"; @@ -43,7 +39,6 @@ in python3Packages.buildPythonApplication rec { patches = [ authPatch - discoveryPatch ./send_scope.patch ]; |