summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorAlessio <35380179+AlecsFerra@users.noreply.github.com>2023-10-20 22:52:25 +0200
committerGitHub <noreply@github.com>2023-10-20 22:52:25 +0200
commitacb0bfe16e6e90db9919416b6bb11d7a8b3092f7 (patch)
tree5bc36838af27686cd4da78e4501d5466122b1a6a /pkgs/applications/misc
parent56720599ce446fddaa63cfd3f2ca0824646de8d2 (diff)
downloadnixpkgs-acb0bfe16e6e90db9919416b6bb11d7a8b3092f7.tar
nixpkgs-acb0bfe16e6e90db9919416b6bb11d7a8b3092f7.tar.gz
nixpkgs-acb0bfe16e6e90db9919416b6bb11d7a8b3092f7.tar.bz2
nixpkgs-acb0bfe16e6e90db9919416b6bb11d7a8b3092f7.tar.lz
nixpkgs-acb0bfe16e6e90db9919416b6bb11d7a8b3092f7.tar.xz
nixpkgs-acb0bfe16e6e90db9919416b6bb11d7a8b3092f7.tar.zst
nixpkgs-acb0bfe16e6e90db9919416b6bb11d7a8b3092f7.zip
albert: make albert run correctly under wayland
closes #246841
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/albert/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/misc/albert/default.nix b/pkgs/applications/misc/albert/default.nix
index a9008283dd2..ceb74f7b0a3 100644
--- a/pkgs/applications/misc/albert/default.nix
+++ b/pkgs/applications/misc/albert/default.nix
@@ -10,6 +10,7 @@
 , qtscxml
 , qtsvg
 , qtdeclarative
+, qtwayland
 , qt5compat
 , wrapQtAppsHook
 , nix-update-script
@@ -42,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
     qtscxml
     qtsvg
     qtdeclarative
+    qtwayland
     qt5compat
   ] ++ (with python3Packages; [ python pybind11 ]);