nextcloud: specify sourceProvenance for apps (#457206)

This commit is contained in:
Philip Taron
2025-10-31 10:56:22 +00:00
committed by GitHub
@@ -39,6 +39,10 @@ applyPatches {
${if longDescription == null then null else "longDescription"} = longDescription;
${if homepage == null then null else "homepage"} = homepage;
inherit maintainers teams;
sourceProvenance = with lib.sourceTypes; [
fromSource
binaryBytecode # vendored deps, compiled vue templates, etc
];
};
};
prePatch = ''