add moa patch
This commit is contained in:
parent
b0b86826eb
commit
2703a886bd
2 changed files with 1197 additions and 4 deletions
|
@ -23,12 +23,16 @@
|
|||
lib,
|
||||
setuptools,
|
||||
psycopg2,
|
||||
applyPatches,
|
||||
}: let
|
||||
source = builtins.fromJSON (builtins.readFile ./source.json);
|
||||
src = fetchFromGitLab {
|
||||
owner = "hexchen";
|
||||
repo = "moa";
|
||||
inherit (source) rev sha256;
|
||||
src = applyPatches {
|
||||
src = fetchFromGitLab {
|
||||
owner = "hexchen";
|
||||
repo = "moa";
|
||||
inherit (source) rev sha256;
|
||||
};
|
||||
patches = [./moa.patch];
|
||||
};
|
||||
moa-env = python3.withPackages (_: [
|
||||
certifi
|
||||
|
|
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