opa: drop spurious dependency on cryptokit

authored by Vincent Laporte and committed by Vincent Laporte cbd4728f 5444c005

+1 -1
+1 -1
pkgs/development/compilers/opa/default.nix
··· 47 47 buildInputs = [ which perl jdk openssl coreutils zlib ncurses 48 48 makeWrapper gcc binutils gnumake nodejs 49 49 ] ++ (with ocamlPackages; [ 50 - ocaml findlib ssl cryptokit camlzip ulex ocamlgraph camlp4 50 + ocaml findlib ssl camlzip ulex ocamlgraph camlp4 51 51 ]); 52 52 53 53 NIX_LDFLAGS = lib.optionalString (!stdenv.isDarwin) "-lgcc_s";