nextcloud31Packages.apps.recognize: fix compilation

This commit is contained in:
Sandro Jäckel
2025-04-19 21:43:51 +02:00
parent 129c86f5d7
commit 5ea55be115
@@ -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