Merge pull request #262377 from AlecsFerra/patch-1

albert: make albert run correctly under wayland
This commit is contained in:
Nick Cao
2023-10-21 10:42:09 -04:00
committed by GitHub
@@ -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 ]);