clboss: sslSupport -> opensslSupport

This commit is contained in:
nixbitcoin 2021-12-08 12:14:34 +00:00
parent 1a8e7d6348
commit 6b725157e1
No known key found for this signature in database
GPG Key ID: B6044ECBA2DAE5D0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ lib, stdenv, fetchurl, pkgconfig, curl, libev, sqlite }:
let
curlWithGnuTLS = curl.override { gnutlsSupport = true; sslSupport = false; };
curlWithGnuTLS = curl.override { gnutlsSupport = true; opensslSupport = false; };
in
stdenv.mkDerivation rec {
pname = "clboss";