1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

heroic: Set updateScript

This is easy now with pnpm.
This commit is contained in:
Aidan Gauland 2024-09-21 09:34:43 +12:00
parent ace5234a41
commit f9f65a7b29
No known key found for this signature in database
GPG key ID: 16E68DD2D0E77C91

View file

@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, nix-update-script
, pnpm
, nodejs
, makeWrapper
@ -93,6 +94,11 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru = {
inherit (finalAttrs) pnpmDeps;
updateScript = nix-update-script { };
};
meta = with lib; {
description = "Native GOG, Epic, and Amazon Games Launcher for Linux, Windows and Mac";
homepage = "https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher";