androidenv.test-suite: set pname instead of name (#486688)

This commit is contained in:
@mjones
2026-02-04 08:56:45 +00:00
committed by GitHub
@@ -17,7 +17,7 @@ let
// (examples-shell-with-emulator.passthru.tests // examples-shell-without-emulator.passthru.tests);
in
stdenv.mkDerivation {
name = "androidenv-test-suite";
pname = "androidenv-test-suite";
version = (lib.importJSON ./repo.json).latest.fingerprint or "0000000000000000";
buildInputs = lib.attrValues all-tests;