Commit 4769537b authored by kashw2's avatar kashw2
Browse files

focuswriter: added qtwayland and wrapped application

parent 256814f1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@
, qtmultimedia
, qttools
, qt5compat
, qtwayland
, wrapQtAppsHook
}:

stdenv.mkDerivation rec {
@@ -21,10 +23,8 @@ stdenv.mkDerivation rec {
    hash = "sha256-6wvTlC/NCCcN2jpwqtoOsCln3ViY/vj7NpMsbYHBGiI=";
  };

  nativeBuildInputs = [ pkg-config cmake qttools ];
  buildInputs = [ hunspell qtbase qtmultimedia qt5compat ];

  dontWrapQtApps = true;
  nativeBuildInputs = [ pkg-config cmake qttools wrapQtAppsHook ];
  buildInputs = [ hunspell qtbase qtmultimedia qt5compat qtwayland ];

  installFlags = [ "INSTALL_ROOT=$(out)" ];