Merge pull request #249937 from mohe2015/fix-textstudio-on-wayland

This commit is contained in:
Artturi 2023-11-18 21:58:13 +02:00 committed by GitHub
commit 21088cf44c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 ''