prismlauncher: expose parameters of unwrapped package

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-05-15 10:34:03 +02:00
parent 26dda3c45e
commit e17bf7b272
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -13,15 +13,16 @@
, openal
, jdk8
, jdk17
, jdks ? [ jdk17 jdk8 ]
, gamemode
, msaClientID ? null
, gamemodeSupport ? true
, jdks ? [ jdk17 jdk8 ]
, additionalLibs ? [ ]
}:
let
prismlauncherFinal = prismlauncher-unwrapped.override {
inherit gamemodeSupport;
inherit gamemode;
inherit msaClientID gamemodeSupport;
};
in
symlinkJoin {