Android : Add a fix for Firefox inf rec.

This commit is contained in:
Dmitry Voronin 2024-07-01 08:01:01 +03:00
parent 772e0ec65c
commit f3e996515d
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -34,7 +34,9 @@ in {
".termux/_colors.properties".text = android.colors; ".termux/_colors.properties".text = android.colors;
}; };
}; };
programs = import ./program args; # ISSUE: Firefox causes inf rec for some reason.
# programs = import ./program args;
programs = (import ./program args) // { firefox = {}; };
}; };
}; };
} }