use gnutls from nixpkgs

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