fixup sam
This commit is contained in:
committed by
Jonathan Ringer
parent
d47bd890e7
commit
abfbb842b5
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user