mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 06:41:01 +02:00
objection: need a fix, WIP
This commit is contained in:
parent
b1fd0967f2
commit
e9bc9d0271
1 changed files with 10 additions and 0 deletions
|
|
@ -32,3 +32,13 @@ src_prepare(){
|
|||
rm -r tests
|
||||
eapply_user
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
einfo "FIXME: the agent must be compiled offline"
|
||||
# cd agent
|
||||
# npm install || die "npm install failed"
|
||||
# npm run build || die "npm build failed"
|
||||
|
||||
# cd ..
|
||||
# distutils-r1_python_compile
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue