texstudio: add qtwayland as dependency
This commit is contained in:
parent
42c25608aa
commit
da6cec5999
@ -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
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user