Disabling Noha's Fork to make Brea installable.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-05-08 17:41:33 -05:00
parent 5b04df81b7
commit b0498bfcc5
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ BaselineOfBrea >> baseline: spec [
spec
baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ];
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache/repository' ];
baseline: 'TaskIt' with: [ spec repository: 'github://noha/taskit:add-all-future' ].
baseline: 'TaskIt' with: [ spec repository: 'github://pharo-contributions/taskit:v1.0' ]
"[ spec repository: 'github://noha/taskit:add-all-future' ]"
"Disabling Noha's Fork to make Brea installable.".
"Packages"
spec package: 'Brea' with: [ spec requires: #('NeoJSON' 'Mustache' 'TaskIt' 'Grafoscopio-Utils') ].