···6 nodejs,
7 asar,
8 unzip,
00009}:
1011stdenv.mkDerivation (finalAttrs: {
···4849 doCheck = false;
5051- passthru.updateScript = unstableGitUpdater {
52- # Only has a "nightly" tag (untaged version 0.2 is latest) see https://github.com/GooseMod/OpenAsar/commit/8f79dcef9b1f7732421235a392f06e5bd7382659
53- hardcodeZeroVersion = true;
0000054 };
5556 meta = with lib; {
···6 nodejs,
7 asar,
8 unzip,
9+ discord,
10+ discord-ptb,
11+ discord-canary,
12+ discord-development,
13}:
1415stdenv.mkDerivation (finalAttrs: {
···5253 doCheck = false;
5455+ passthru = {
56+ updateScript = unstableGitUpdater {
57+ # Only has a "nightly" tag (untaged version 0.2 is latest) see https://github.com/GooseMod/OpenAsar/commit/8f79dcef9b1f7732421235a392f06e5bd7382659
58+ hardcodeZeroVersion = true;
59+ };
60+ tests = lib.genAttrs' [ discord discord-ptb discord-canary discord-development ] (
61+ p: lib.nameValuePair p.pname p.tests.withOpenASAR
62+ );
63 };
6465 meta = with lib; {