add moa patch
This commit is contained in:
parent
b0b86826eb
commit
2703a886bd
2 changed files with 1197 additions and 4 deletions
|
@ -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
1189
moa/moa.patch
Normal file
File diff suppressed because it is too large
Load diff
Reference in a new issue