mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 15:30:33 +01:00
disable recognize for nextcloud for now
This commit is contained in:
parent
654e7b19bb
commit
70964abf96
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue