add moa patch

This commit is contained in:
Charlotte 🦝 Delenk 2022-11-03 10:06:02 +01:00
parent b0b86826eb
commit 2703a886bd
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 1197 additions and 4 deletions

View file

@ -23,13 +23,17 @@
lib,
setuptools,
psycopg2,
applyPatches,
}: let
source = builtins.fromJSON (builtins.readFile ./source.json);
src = applyPatches {
src = fetchFromGitLab {
owner = "hexchen";
repo = "moa";
inherit (source) rev sha256;
};
patches = [./moa.patch];
};
moa-env = python3.withPackages (_: [
certifi
flask

1189
moa/moa.patch Normal file

File diff suppressed because it is too large Load diff