[Backport release-26.05] r2modman: rip out update banner component from build (#536333)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-28 16:01:10 +00:00
committed by GitHub

View File

@@ -56,6 +56,11 @@ stdenv.mkDerivation (finalAttrs: {
ELECTRON_SKIP_BINARY_DOWNLOAD = true;
};
postPatch = ''
# Hide update banner
echo "<template></template>" > src/components/banner/ManagerUpdateBanner.vue
'';
buildPhase = ''
runHook preBuild