gnutls: remove unused inputs

You can tell it doesn't autoreconf, because if you apply a patch that
forces it to, it refuses because 2.6.9 is too old.
This commit is contained in:
Alyssa Ross 2026-05-08 15:55:03 +02:00
commit 2bb9b3d166
No known key found for this signature in database
GPG key ID: 5B459184230FF0A2

View file

@ -1,7 +1,6 @@
{
lib,
stdenv,
buildPackages,
fetchurl,
zlib,
libtasn1,
@ -9,7 +8,6 @@
pkg-config,
perl,
gmp,
automake,
libidn2,
libiconv,
texinfo,
@ -170,10 +168,6 @@ stdenv.mkDerivation rec {
pkg-config
texinfo
]
++ [
buildPackages.autoconf269
automake
]
++ lib.optionals doCheck [
which
net-tools