pass: Fix for Darwin
This commit is contained in:
parent
8f59f4c78c
commit
f683031df2
@ -3,7 +3,7 @@
|
|||||||
, makeWrapper
|
, makeWrapper
|
||||||
|
|
||||||
, xclip ? null, xdotool ? null, dmenu ? null
|
, xclip ? null, xdotool ? null, dmenu ? null
|
||||||
, x11Support ? true
|
, x11Support ? !stdenv.isDarwin
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert x11Support -> xclip != null
|
assert x11Support -> xclip != null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user