gnupg: fix test attribute key
This commit is contained in:
parent
960a5142aa
commit
51fd00925f
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue