nextcloud31Packages.apps.recognize: fix compilation
This commit is contained in:
@@ -108,7 +108,7 @@ stdenv.mkDerivation rec {
|
||||
# Install tfjs dependency
|
||||
export CPPFLAGS="-I${lib.getDev nodejs}/include/node -Ideps/include"
|
||||
cd node_modules/@tensorflow/tfjs-node
|
||||
node-pre-gyp install --prefer-offline --build-from-source --nodedir=${nodejs}/include/node
|
||||
node-pre-gyp install --prefer-offline --build-from-source --nodedir=${nodejs}
|
||||
cd -
|
||||
|
||||
# Test tfjs returns exit code 0
|
||||
|
||||
Reference in New Issue
Block a user