Commit 2182f8e9 authored by jopejoe1's avatar jopejoe1
Browse files

androidenv.test-suite: set pname instead of name

parent b9ecd315
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;