6 extraLibraries ? pkgs: [ ],
11 # Many WINE games need 32bit
19 # This only allows to enable the toggle, vkBasalt won't work if not installed with environment.systemPackages (or nix-env)
20 # See https://github.com/bottlesdevs/Bottles/issues/2401
28 pkgs: with pkgs.xorg; [
47 pkgs: with pkgs.gst_all_1; [
59 # https://wiki.winehq.org/Building_Wine
89 # https://www.gloriouseggroll.tv/how-to-get-out-of-wine-dependency-hell/
106 ++ gstreamerDeps pkgs
107 ++ extraLibraries pkgs;
117 runScript = "bottles";
123 name = "bottles-cli";
124 runScript = "bottles-cli";
130 ln -s ${bottles-unwrapped}/share/applications $out/share
131 ln -s ${bottles-unwrapped}/share/icons $out/share
134 inherit (bottles-unwrapped) meta;