mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user