mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 05:51:24 +03:00
plasma-dialer: Disable overlay support
See:
- https://invent.kde.org/plasma-mobile/plasma-dialer/-/issues/66
- 3a91964828
When Plasma Gear 22.09 was released, KWin 5.26 wasn't released yet.
The linked commit was not part of Gear 22.09.
This commit is contained in:
parent
d1fa81f702
commit
139173a984
@ -68,6 +68,13 @@ mkDerivation rec {
|
||||
--replace "/usr/bin/" "$out/bin/"
|
||||
'';
|
||||
|
||||
# Plasma gear 22.09 shipped before KWin 5.26 was made available.
|
||||
# This feature requires 5.26. Otherwise plasma-dialer segfaults.
|
||||
# Note that we may need to keep it disabled until it stops segfaulting outside of KWin.
|
||||
cmakeFlags = [
|
||||
"-DDIALER_BUILD_SHELL_OVERLAY=OFF"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Dialer for Plasma Mobile";
|
||||
homepage = "https://invent.kde.org/plasma-mobile/plasma-dialer";
|
||||
|
Loading…
Reference in New Issue
Block a user