Merge pull request #294573 from aidalgol/heroic-adtraction-fix
heroic: apply upstream adtraction fallback
This commit is contained in:
commit
3365cbbc46
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, fetchpatch
|
||||||
, fetchYarnDeps
|
, fetchYarnDeps
|
||||||
, yarn
|
, yarn
|
||||||
, prefetch-yarn-deps
|
, prefetch-yarn-deps
|
||||||
|
@ -45,6 +46,11 @@ in stdenv.mkDerivation rec {
|
||||||
./remove-drm-support.patch
|
./remove-drm-support.patch
|
||||||
# Make Heroic create Steam shortcuts (to non-steam games) with the correct path to heroic.
|
# Make Heroic create Steam shortcuts (to non-steam games) with the correct path to heroic.
|
||||||
./fix-non-steam-shortcuts.patch
|
./fix-non-steam-shortcuts.patch
|
||||||
|
(fetchpatch {
|
||||||
|
name = "adtraction-fallback.patch";
|
||||||
|
url = "https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/pull/3575.patch";
|
||||||
|
hash = "sha256-XhYYLQf/oSX3uK+0KzfnAb49iaGwhl9W64Tg2Fqi8Gg=";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue