use gnutls from nixpkgs

This commit is contained in:
Christian Ulrich 2021-12-23 18:24:33 +01:00
parent 8bb9fd1f3f
commit 06460fcd00
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-latest , gnutls
, pkgconfig , pkgconfig
}: }:
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
]; ];
buildInputs = [ buildInputs = [
gnutls-latest gnutls
]; ];
meta = with lib; { meta = with lib; {