gnutls: add regression test for static builds

Would have caught the issue fixed by
525f8d9433 ("pkgsStatic.gnutls: fix build").
This commit is contained in:
Alyssa Ross
2024-04-05 14:35:23 +02:00
parent f5eb4924b4
commit 5cd985405b
@@ -38,6 +38,7 @@
, knot-resolver
, ngtcp2-gnutls
, ocamlPackages
, pkgsStatic
, python3Packages
, qemu
, rsyslog
@@ -158,6 +159,7 @@ stdenv.mkDerivation rec {
haskell-gnutls = haskellPackages.gnutls;
python3-gnutls = python3Packages.python3-gnutls;
rsyslog = rsyslog.override { withGnutls = true; };
static = pkgsStatic.gnutls;
};
meta = with lib; {