mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
r2modman: rip out update banner component from build
This commit is contained in:
parent
1bb4487b62
commit
e99b904811
1 changed files with 5 additions and 0 deletions
|
|
@ -49,6 +49,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
ELECTRON_SKIP_BINARY_DOWNLOAD = true;
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
# Hide update banner
|
||||
echo "<template></template>" > src/components/banner/ManagerUpdateBanner.vue
|
||||
'';
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue