opa: drop spurious dependency on cryptokit

This commit is contained in:
Vincent Laporte 2022-05-03 19:10:32 +02:00 committed by Vincent Laporte
parent 5444c0052c
commit cbd4728f8a

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
buildInputs = [ which perl jdk openssl coreutils zlib ncurses
makeWrapper gcc binutils gnumake nodejs
] ++ (with ocamlPackages; [
ocaml findlib ssl cryptokit camlzip ulex ocamlgraph camlp4
ocaml findlib ssl camlzip ulex ocamlgraph camlp4
]);
NIX_LDFLAGS = lib.optionalString (!stdenv.isDarwin) "-lgcc_s";