Merge pull request #277434 from trofi/gnupg22-fix-tests-eval

gnupg22: fix `tests` eval
This commit is contained in:
Bobby Rong 2023-12-29 21:31:20 +08:00 committed by GitHub
commit bfb57a9eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
, enableMinimal ? false
, withPcsc ? !enableMinimal, pcsclite
, guiSupport ? stdenv.isDarwin, pinentry
, nixosTests
}:
assert guiSupport -> enableMinimal == false;
@ -80,7 +81,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests = lib.nixosTests.gnupg;
passthru.tests = nixosTests.gnupg;
meta = with lib; {
homepage = "https://gnupg.org";