rofimoji: only disable x11/wayland on macOS

Not that it matters too much for nixpkgs, but wayland/x11 also is a thing beyond Linux.
This commit is contained in:
Jörg Thalheim
2026-01-28 23:43:20 +01:00
committed by Weijia Wang
parent f58abdd724
commit c34e1856b8
+2 -2
View File
@@ -5,8 +5,8 @@
installShellFiles,
stdenv,
waylandSupport ? stdenv.isLinux,
x11Support ? stdenv.isLinux,
waylandSupport ? (!stdenv.hostPlatform.isDarwin),
x11Support ? (!stdenv.hostPlatform.isDarwin),
wl-clipboard,
wtype,