Fix some communications software
This commit is contained in:
parent
0691a38da5
commit
e0b4b61e8a
|
@ -12,6 +12,8 @@
|
||||||
drv.overrideAttrs (old: {
|
drv.overrideAttrs (old: {
|
||||||
nativeBuildInputs = (old.nativeBuildInputs or [ ])
|
nativeBuildInputs = (old.nativeBuildInputs or [ ])
|
||||||
++ [ pkgs.makeWrapper ];
|
++ [ pkgs.makeWrapper ];
|
||||||
|
runtimeDependencies = (old.runtimeDependencies or [ ])
|
||||||
|
++ [ pkgs.wayland ];
|
||||||
postFixup = (old.postFixup or "") + ''
|
postFixup = (old.postFixup or "") + ''
|
||||||
wrapProgram $out/bin/${bin} \
|
wrapProgram $out/bin/${bin} \
|
||||||
--add-flags "--enable-features=UseOzonePlatform" \
|
--add-flags "--enable-features=UseOzonePlatform" \
|
||||||
|
|
|
@ -81,7 +81,7 @@ in with lib; {
|
||||||
# Work around for chrome ui bug
|
# Work around for chrome ui bug
|
||||||
{
|
{
|
||||||
command = "shortcuts_inhibitor disable";
|
command = "shortcuts_inhibitor disable";
|
||||||
criteria = { app_id = "^chrome-.*_-.*$"; };
|
criteria = { app_id = "chrome-.*"; };
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue