nextcloudXXPackages.apps.recognize: use python3 rather than 311
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
fetchurl,
|
||||
lib,
|
||||
nodejs,
|
||||
python311,
|
||||
python3,
|
||||
util-linux,
|
||||
ffmpeg,
|
||||
|
||||
@@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
|
||||
nodejs
|
||||
nodejs.pkgs.node-pre-gyp
|
||||
nodejs.pkgs.node-gyp
|
||||
python311
|
||||
python3
|
||||
util-linux
|
||||
];
|
||||
buildPhase = lib.optionalString useLibTensorflow ''
|
||||
|
||||
Reference in New Issue
Block a user