extrakto: remove unnecessary deps for darwin (#430458)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user