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:
committed by
Weijia Wang
parent
f58abdd724
commit
c34e1856b8
@@ -5,8 +5,8 @@
|
||||
installShellFiles,
|
||||
stdenv,
|
||||
|
||||
waylandSupport ? stdenv.isLinux,
|
||||
x11Support ? stdenv.isLinux,
|
||||
waylandSupport ? (!stdenv.hostPlatform.isDarwin),
|
||||
x11Support ? (!stdenv.hostPlatform.isDarwin),
|
||||
|
||||
wl-clipboard,
|
||||
wtype,
|
||||
|
||||
Reference in New Issue
Block a user