gnupg: fix test attribute key

This commit is contained in:
David McFarland 2023-06-11 19:34:59 -03:00
parent 960a5142aa
commit 51fd00925f
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests.connman = lib.nixosTests.gnupg;
passthru.tests = lib.nixosTests.gnupg;
meta = with lib; {
homepage = "https://gnupg.org";

View File

@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests.connman = nixosTests.gnupg;
passthru.tests = nixosTests.gnupg;
meta = with lib; {
homepage = "https://gnupg.org";