From ffb5d3d10595919aa447ee46eb768ef46dfc0058 Mon Sep 17 00:00:00 2001 From: David McFarland Date: Fri, 12 May 2023 07:50:00 -0300 Subject: [PATCH] gnupg: fix tests --- pkgs/tools/security/gnupg/24.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/security/gnupg/24.nix b/pkgs/tools/security/gnupg/24.nix index 691c7c5a720c..9955d8bddbdd 100644 --- a/pkgs/tools/security/gnupg/24.nix +++ b/pkgs/tools/security/gnupg/24.nix @@ -6,6 +6,7 @@ , withPcsc ? !enableMinimal, pcsclite , guiSupport ? stdenv.isDarwin, pinentry , withTpm2Tss ? !stdenv.isDarwin && !enableMinimal, tpm2-tss +, nixosTests }: assert guiSupport -> enableMinimal == false; @@ -85,7 +86,7 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; - passthru.tests.connman = lib.nixosTests.gnupg; + passthru.tests.connman = nixosTests.gnupg; meta = with lib; { homepage = "https://gnupg.org";