opencv-java is linux-only

This commit is contained in:
Peter Selby 2023-11-06 19:33:56 -08:00
parent 1b2195b156
commit f22f5f4a74
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,6 @@ let
nix-index
nix-prefetch-git
nmap
opencv-java
openldap
openssl
pciutils
@ -110,7 +109,8 @@ let
kristall
castor
] ++ (optionals isLinux [
clj2nix
clj2nix
opencv-java
]);
ensure-directories = [ ".emacs.d/.local/etc/eshell" ];