opencv-java is linux-only
This commit is contained in:
parent
1b2195b156
commit
f22f5f4a74
|
@ -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
|
||||||
|
@ -111,6 +110,7 @@ let
|
||||||
castor
|
castor
|
||||||
] ++ (optionals isLinux [
|
] ++ (optionals isLinux [
|
||||||
clj2nix
|
clj2nix
|
||||||
|
opencv-java
|
||||||
]);
|
]);
|
||||||
|
|
||||||
ensure-directories = [ ".emacs.d/.local/etc/eshell" ];
|
ensure-directories = [ ".emacs.d/.local/etc/eshell" ];
|
||||||
|
|
Loading…
Reference in New Issue