Heroic Games Launcher: Difference between revisions
Initial page version |
m Use term "derivation" instead of "package" when talking about overrides. |
||
Line 5: | Line 5: | ||
== Optional Dependencies == | == Optional Dependencies == | ||
Heroic has some optional dependencies, such as [https://github.com/ValveSoftware/gamescope Gamescope] and [[GameMode|GameMode,]] that are not included in the FHS environment wrapper. If you want to use any of these, you need to override the Heroic | Heroic has some optional dependencies, such as [https://github.com/ValveSoftware/gamescope Gamescope] and [[GameMode|GameMode,]] that are not included in the FHS environment wrapper. If you want to use any of these, you need to override the Heroic derivation to pass extra packages.<syntaxhighlight lang="nix"> | ||
(heroic.override { | (heroic.override { | ||
extraPkgs = pkgs: [ | extraPkgs = pkgs: [ |