nextcloud31Packages.apps.recognize: fix compilation (#400158)

This commit is contained in:
Aleksana
2025-05-26 11:03:20 +08:00
committed by GitHub
@@ -103,7 +103,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