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