Commit 51fd0092 authored by David McFarland's avatar David McFarland
Browse files

gnupg: fix test attribute key

parent 960a5142
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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";