Commit da6cec59 authored by Moritz Hedtke's avatar Moritz Hedtke
Browse files

texstudio: add qtwayland as dependency

parent 42c25608
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ 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; {