gnutls: add regression test for static builds
Would have caught the issue fixed by
525f8d9433
("pkgsStatic.gnutls: fix build").
This commit is contained in:
parent
f5eb4924b4
commit
5cd985405b
1 changed files with 2 additions and 0 deletions
|
@ -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; {
|
||||||
|
|
Loading…
Reference in a new issue