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, lib,
setuptools, setuptools,
psycopg2, psycopg2,
applyPatches,
}: let }: let
source = builtins.fromJSON (builtins.readFile ./source.json); source = builtins.fromJSON (builtins.readFile ./source.json);
src = applyPatches {
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "hexchen"; owner = "hexchen";
repo = "moa"; repo = "moa";
inherit (source) rev sha256; inherit (source) rev sha256;
}; };
patches = [./moa.patch];
};
moa-env = python3.withPackages (_: [ moa-env = python3.withPackages (_: [
certifi certifi
flask flask

1189
moa/moa.patch Normal file

File diff suppressed because it is too large Load diff