Unverified Commit bc16855b authored by @mjones's avatar @mjones Committed by GitHub
Browse files

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

parents a3907f13 2182f8e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;