summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-11-18 21:58:13 +0200
committerGitHub <noreply@github.com>2023-11-18 21:58:13 +0200
commit21088cf44c15118b09dfe427635525ff085a32c7 (patch)
tree0f83c1491e476c0458ee83f04ddd9f19410b54ff
parent8faa5b03ce1b9440718c0e3556d82fcda0dd2959 (diff)
parentda6cec5999de1b3a26b28aa904bda0b8f0081502 (diff)
downloadnixpkgs-21088cf44c15118b09dfe427635525ff085a32c7.tar
nixpkgs-21088cf44c15118b09dfe427635525ff085a32c7.tar.gz
nixpkgs-21088cf44c15118b09dfe427635525ff085a32c7.tar.bz2
nixpkgs-21088cf44c15118b09dfe427635525ff085a32c7.tar.lz
nixpkgs-21088cf44c15118b09dfe427635525ff085a32c7.tar.xz
nixpkgs-21088cf44c15118b09dfe427635525ff085a32c7.tar.zst
nixpkgs-21088cf44c15118b09dfe427635525ff085a32c7.zip
Merge pull request #249937 from mohe2015/fix-textstudio-on-wayland
-rw-r--r--pkgs/applications/editors/texstudio/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/editors/texstudio/default.nix b/pkgs/applications/editors/texstudio/default.nix
index ef0f15734a2..1f66a581dbe 100644
--- a/pkgs/applications/editors/texstudio/default.nix
+++ b/pkgs/applications/editors/texstudio/default.nix
@@ -1,4 +1,5 @@
 { stdenv, lib, fetchFromGitHub, cmake, qtbase, qttools, qtsvg, qt5compat, quazip
+, qtwayland
 , hunspell
 , wrapQtAppsHook, poppler, zlib, pkg-config }:
 
@@ -27,6 +28,8 @@ stdenv.mkDerivation (finalAttrs: {
     qttools
     quazip
     zlib
+  ] ++ lib.optionals stdenv.isLinux [
+    qtwayland
   ];
 
   postInstall = lib.optionalString stdenv.isDarwin ''