qt5ct: fix missing app icon and name when running under Wayland
Patch has been upstreamed (https://sourceforge.net/p/qt5ct/code/549/) and will be removed in the future.
This commit is contained in:
committed by
Matthieu Coudron
parent
4d11f5dabd
commit
75214a9c8b
@@ -15,6 +15,11 @@ mkDerivation rec {
|
||||
|
||||
buildInputs = [ qtbase ];
|
||||
|
||||
# Wayland needs to know the desktop file name in order to show the app name and icon.
|
||||
# Patch has been upstreamed and can be removed in the future.
|
||||
# See: https://sourceforge.net/p/qt5ct/code/549/
|
||||
patches = [ ./wayland.patch ];
|
||||
|
||||
qmakeFlags = [
|
||||
"LRELEASE_EXECUTABLE=${getDev qttools}/bin/lrelease"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user