about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-09-20 19:18:46 +0300
committerDoron Behar <doron.behar@gmail.com>2023-09-27 16:58:59 +0300
commit2b7716202018b2840a0730030c87c3112d0de053 (patch)
treefb41c79fc37da8b1fc7861729bb46fd78d71b0d9
parentfc3fe18fface24179a958ca4b18424597c7040ac (diff)
tortoisehg: Add qt5.qtwayland support
-rw-r--r--pkgs/applications/version-management/tortoisehg/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/tortoisehg/default.nix b/pkgs/applications/version-management/tortoisehg/default.nix
index 9c27c9a4bffc1..7e830e1077a5e 100644
--- a/pkgs/applications/version-management/tortoisehg/default.nix
+++ b/pkgs/applications/version-management/tortoisehg/default.nix
@@ -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 = ''