overlays/polymc: set portable to 0
This commit is contained in:
parent
5a4b56580b
commit
9c6a64c708
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
self: super: {
|
self: super: {
|
||||||
polymc = super.polymc.overrideAttrs(_: rec {
|
polymc = super.polymc.overrideAttrs(old: rec {
|
||||||
version = "1.1.0";
|
version = "1.1.0";
|
||||||
|
|
||||||
|
cmakeFlags = old.cmakeFlags ++ [ "-DLauncher_PORTABLE=0" ];
|
||||||
|
|
||||||
src = self.fetchFromGitHub {
|
src = self.fetchFromGitHub {
|
||||||
owner = "PolyMC";
|
owner = "PolyMC";
|
||||||
repo = "PolyMC";
|
repo = "PolyMC";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue