From c53c75a44b6425de227ef151afc0889f7f2768b5 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 19 May 2023 22:57:09 +0200 Subject: [PATCH] prismlauncher: Add mod dependenci patch --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index a2e0f2c..b620872 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,10 @@ url = "https://github.com/AdenMck/PrismLauncher/commit/36df231f7ad5f8d54d08c4d2c5f99f6d000fc507.patch"; flake = false; }; + prism-mod-depen-patch = { + url = "https://patch-diff.githubusercontent.com/raw/PrismLauncher/PrismLauncher/pull/986.patch"; + flake = false; + }; }; outputs = inputs@{ @@ -74,6 +78,7 @@ patches = (old.patches or []) ++ [ inputs.prism-game-options-patch inputs.prism-ftb-patch + inputs.prism-mod-depen-patch ]; }); })