{ pkgs ? import {} }: with pkgs; stdenv.mkDerivation { name = "libaes_siv"; buildInputs = [ cmake openssl ]; }