Skip to content

Commit

Permalink
nextcloud30Packages.apps.recognize: s/buildInputs/nativeBuildInputs/
Browse files Browse the repository at this point in the history
  • Loading branch information
beardhatcode committed Dec 13, 2024
1 parent 4a87aa2 commit 7c9903f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/servers/nextcloud/packages/apps/recognize.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,14 @@ stdenv.mkDerivation rec {
ln -s ${ffmpeg}/bin/ffmpeg recognize/node_modules/ffmpeg-static/ffmpeg
'';

buildInputs = [
nativeBuildInputs = lib.optionals useLibTensorflow [
nodejs
nodejs.pkgs.node-pre-gyp
nodejs.pkgs.node-gyp
python3
util-linux
];

buildPhase = lib.optionalString useLibTensorflow ''
cd recognize
Expand Down

0 comments on commit 7c9903f

Please sign in to comment.