tortoisehg: Add qt5.qtwayland support

+4
+4
pkgs/applications/version-management/tortoisehg/default.nix
··· 23 qscintilla-qt5 24 iniparse 25 ]; 26 27 # In order to spare double wrapping, we use: 28 preFixup = ''
··· 23 qscintilla-qt5 24 iniparse 25 ]; 26 + buildInputs = [ 27 + # Makes wrapQtAppsHook add these qt libraries to the wrapper search paths 28 + qt5.qtwayland 29 + ]; 30 31 # In order to spare double wrapping, we use: 32 preFixup = ''