mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
[Backport release-26.05] r2modman: rip out update banner component from build (#536333)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user