extrakto: remove unnecessary deps for darwin
xclip and wl-clipboard are not needed for darwin, but they do break for darwin, especially the latter
This commit is contained in:
parent
deafde8025
commit
1d5d07c231
@ -275,11 +275,13 @@ in
|
||||
wrapProgram $target/scripts/open.sh \
|
||||
--prefix PATH : ${
|
||||
with pkgs;
|
||||
lib.makeBinPath [
|
||||
fzf
|
||||
xclip
|
||||
wl-clipboard
|
||||
]
|
||||
lib.makeBinPath (
|
||||
[ fzf ]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
xclip
|
||||
wl-clipboard
|
||||
]
|
||||
)
|
||||
}
|
||||
'';
|
||||
meta = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user