fixup sam

This commit is contained in:
freezeboy
2020-11-24 16:44:33 +01:00
committed by Jonathan Ringer
parent d47bd890e7
commit abfbb842b5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
{ fetchFromGitHub
, lib
, python
, python3
, enableTelemetry ? false
}:
let
py = python.override {
py = python3.override {
packageOverrides = self: super: {
flask = super.flask.overridePythonAttrs (oldAttrs: rec {
version = "1.0.2";