forked from fabian/nix
trivionomicon: socialpredict: patch ${API_URL}/api/v0/... -> ${API_URL}/v0/...
This commit is contained in:
parent
13ff88f7b7
commit
974154ce2d
2 changed files with 51 additions and 0 deletions
|
|
@ -41,6 +41,10 @@ in {
|
|||
sourceRoot = "source/frontend";
|
||||
npmDepsHash = "sha256-zn1yPtvi8DaKESMGAtqnh/66xET+QaCa1TUlpbatI70=";
|
||||
|
||||
patches = [
|
||||
./0002-Fix-API_URL-api-v0-.-API_URL-v0.patch
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue