ngtcp2 needs gnutls-latest

master
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
, stdenv
, fetchFromGitHub
, gnutls
, gnutls-latest
, pkgconfig
}:
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
gnutls
gnutls-latest
];
meta = with lib; {