mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:16:33 +01:00
prismlauncher: Add mod dependenci patch
This commit is contained in:
parent
8c47f96239
commit
c53c75a44b
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,10 @@
|
||||||
url = "https://github.com/AdenMck/PrismLauncher/commit/36df231f7ad5f8d54d08c4d2c5f99f6d000fc507.patch";
|
url = "https://github.com/AdenMck/PrismLauncher/commit/36df231f7ad5f8d54d08c4d2c5f99f6d000fc507.patch";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
prism-mod-depen-patch = {
|
||||||
|
url = "https://patch-diff.githubusercontent.com/raw/PrismLauncher/PrismLauncher/pull/986.patch";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{
|
outputs = inputs@{
|
||||||
|
@ -74,6 +78,7 @@
|
||||||
patches = (old.patches or []) ++ [
|
patches = (old.patches or []) ++ [
|
||||||
inputs.prism-game-options-patch
|
inputs.prism-game-options-patch
|
||||||
inputs.prism-ftb-patch
|
inputs.prism-ftb-patch
|
||||||
|
inputs.prism-mod-depen-patch
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue