Unverified Commit 4a90421c authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

nextcloud: specify sourceProvenance for apps (#457206)

parents 2fb006b8 ef82ab6e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 = ''