gnutls.tests: comment-out those that don't eval anymore

https://github.com/NixOS/nixpkgs/pull/215868#issuecomment-2693859338
This commit is contained in:
Vladimír Čunát 2025-04-27 13:40:46 +02:00
parent 675dc8e485
commit 7415c596dc
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -204,8 +204,8 @@ stdenv.mkDerivation rec {
samba
openconnect
;
inherit (ocamlPackages) ocamlnet;
haskell-gnutls = haskellPackages.gnutls;
#inherit (ocamlPackages) ocamlnet;
#haskell-gnutls = haskellPackages.gnutls;
python3-gnutls = python3Packages.python3-gnutls;
rsyslog = rsyslog.override { withGnutls = true; };
static = pkgsStatic.gnutls;