tortoisehg: Add qt5.qtwayland support

This commit is contained in:
Doron Behar 2023-09-20 19:18:46 +03:00
parent fc3fe18ffa
commit 2b77162020

View file

@ -23,6 +23,10 @@ python3Packages.buildPythonApplication rec {
qscintilla-qt5
iniparse
];
buildInputs = [
# Makes wrapQtAppsHook add these qt libraries to the wrapper search paths
qt5.qtwayland
];
# In order to spare double wrapping, we use:
preFixup = ''