about summary refs log tree commit diff
path: root/pkgs/applications/editors/focuswriter
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-09-06 09:39:16 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-09-06 09:48:49 +1000
commit4769537b2696d552d208a2515686c096f14e44ec (patch)
treef7eec1294eb63887dcfe884c3a34ee514621013e /pkgs/applications/editors/focuswriter
parent256814f16e6c77a9cffc9a14fa0db38c05010fce (diff)
downloadnixlib-4769537b2696d552d208a2515686c096f14e44ec.tar
nixlib-4769537b2696d552d208a2515686c096f14e44ec.tar.gz
nixlib-4769537b2696d552d208a2515686c096f14e44ec.tar.bz2
nixlib-4769537b2696d552d208a2515686c096f14e44ec.tar.lz
nixlib-4769537b2696d552d208a2515686c096f14e44ec.tar.xz
nixlib-4769537b2696d552d208a2515686c096f14e44ec.tar.zst
nixlib-4769537b2696d552d208a2515686c096f14e44ec.zip
focuswriter: added qtwayland and wrapped application
Diffstat (limited to 'pkgs/applications/editors/focuswriter')
-rw-r--r--pkgs/applications/editors/focuswriter/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/focuswriter/default.nix b/pkgs/applications/editors/focuswriter/default.nix
index 025f42d4113a..de008a54513a 100644
--- a/pkgs/applications/editors/focuswriter/default.nix
+++ b/pkgs/applications/editors/focuswriter/default.nix
@@ -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)" ];