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-03-28 16:05:42 +01:00
parent f5eb4924b4
commit 5cd985405b

View file

@ -38,6 +38,7 @@
, knot-resolver , knot-resolver
, ngtcp2-gnutls , ngtcp2-gnutls
, ocamlPackages , ocamlPackages
, pkgsStatic
, python3Packages , python3Packages
, qemu , qemu
, rsyslog , rsyslog
@ -158,6 +159,7 @@ stdenv.mkDerivation rec {
haskell-gnutls = haskellPackages.gnutls; haskell-gnutls = haskellPackages.gnutls;
python3-gnutls = python3Packages.python3-gnutls; python3-gnutls = python3Packages.python3-gnutls;
rsyslog = rsyslog.override { withGnutls = true; }; rsyslog = rsyslog.override { withGnutls = true; };
static = pkgsStatic.gnutls;
}; };
meta = with lib; { meta = with lib; {