Fix issue after updating lockfile
This commit is contained in:
parent
55c5365472
commit
4217565d5e
5 changed files with 7 additions and 9 deletions
|
|
@ -1,10 +0,0 @@
|
|||
{ ... }:
|
||||
(final: prev: {
|
||||
signal-desktop-bin = prev.signal-desktop-bin.overrideAttrs (oldAttrs: {
|
||||
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ prev.makeWrapper ];
|
||||
postInstall = oldAttrs.postInstall or "" + ''
|
||||
wrapProgram $out/bin/signal-desktop \
|
||||
--add-flags "--enable-features=UseOzonePlatform --ozone-platform=wayland"
|
||||
'';
|
||||
});
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue