ngtcp2 needs gnutls-latest

This commit is contained in:
Christian Ulrich 2021-07-26 09:48:25 +02:00
parent d3baaea4f0
commit c30960f821
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
, lib , lib
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, gnutls , gnutls-latest
, pkgconfig , pkgconfig
}: }:
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
]; ];
buildInputs = [ buildInputs = [
gnutls gnutls-latest
]; ];
meta = with lib; { meta = with lib; {