nextcloud30Packages.apps.recognize: patchPhase -> postPatch

This commit is contained in:
Beardhatcode
2024-12-11 22:17:35 +01:00
parent 0479e6ee96
commit 115d3a6238
@@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
tar -xzpf "${builtins.elemAt srcs 2}" -C recognize/node_modules/@tensorflow/tfjs-node/deps
'';
patchPhase = ''
postPatch = ''
# Make it clear we are not reading the node in settings
sed -i "/'node_binary'/s:'""':'Nix Controled':" recognize/lib/Service/SettingsService.php