mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
prismlauncher: expose parameters of unwrapped package
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
26dda3c45e
commit
e17bf7b272
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user