Loading pkgs/by-name/op/openasar/package.nix +12 −3 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ nodejs, asar, unzip, discord, discord-ptb, discord-canary, discord-development, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -48,10 +52,15 @@ stdenv.mkDerivation (finalAttrs: { doCheck = false; passthru.updateScript = unstableGitUpdater { passthru = { updateScript = unstableGitUpdater { # Only has a "nightly" tag (untaged version 0.2 is latest) see https://github.com/GooseMod/OpenAsar/commit/8f79dcef9b1f7732421235a392f06e5bd7382659 hardcodeZeroVersion = true; }; tests = lib.genAttrs' [ discord discord-ptb discord-canary discord-development ] ( p: lib.nameValuePair p.pname p.tests.withOpenASAR ); }; meta = with lib; { description = "Open-source alternative of Discord desktop's \"app.asar\""; Loading Loading
pkgs/by-name/op/openasar/package.nix +12 −3 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ nodejs, asar, unzip, discord, discord-ptb, discord-canary, discord-development, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -48,10 +52,15 @@ stdenv.mkDerivation (finalAttrs: { doCheck = false; passthru.updateScript = unstableGitUpdater { passthru = { updateScript = unstableGitUpdater { # Only has a "nightly" tag (untaged version 0.2 is latest) see https://github.com/GooseMod/OpenAsar/commit/8f79dcef9b1f7732421235a392f06e5bd7382659 hardcodeZeroVersion = true; }; tests = lib.genAttrs' [ discord discord-ptb discord-canary discord-development ] ( p: lib.nameValuePair p.pname p.tests.withOpenASAR ); }; meta = with lib; { description = "Open-source alternative of Discord desktop's \"app.asar\""; Loading