disable recognize for nextcloud for now

This commit is contained in:
xqtc 2024-08-23 10:26:47 +02:00
parent 654e7b19bb
commit 70964abf96

View file

@ -60,11 +60,11 @@
previewgenerator previewgenerator
; ;
recognize = pkgs.fetchNextcloudApp { # recognize = pkgs.fetchNextcloudApp {
sha256 = "sha256-7qp9UbUcMwBNdGixaR0BAigMAtlyCAN39WxqHbsFVGE="; # sha256 = "sha256-7qp9UbUcMwBNdGixaR0BAigMAtlyCAN39WxqHbsFVGE=";
url = "https://github.com/nextcloud/recognize/releases/download/v7.0.0/recognize-7.0.0.tar.gz"; # url = "https://github.com/nextcloud/recognize/releases/download/v7.0.0/recognize-7.0.0.tar.gz";
license = "agpl3Only"; # license = "agpl3Only";
}; # };
}; };
extraAppsEnable = true; extraAppsEnable = true;