focuswriter: added qtwayland and wrapped application

This commit is contained in:
kashw2 2023-09-06 09:39:16 +10:00
parent 256814f16e
commit 4769537b26

View File

@ -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)" ];