gnutls: add regression test for static builds
Would have caught the issue fixed by
525f8d9433 ("pkgsStatic.gnutls: fix build").
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user