wine: remove unrecognized flag --with-vkd3d

`configure: WARNING: unrecognized options: --with-vkd3d`

Removed upstream in https://gitlab.winehq.org/wine/wine/-/commit/9d56ca72feb721034b79ca3a2fae4eceead88234
This commit is contained in:
Stefan Frijters
2022-10-19 00:11:12 +02:00
parent e188e93b8f
commit d86ccab260
@@ -119,7 +119,6 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
configureFlags = prevConfigFlags
++ lib.optionals supportFlags.waylandSupport [ "--with-wayland" ]
++ lib.optionals supportFlags.vulkanSupport [ "--with-vulkan" ]
++ lib.optionals supportFlags.vkd3dSupport [ "--with-vkd3d" ]
++ lib.optionals (stdenv.isDarwin && !supportFlags.xineramaSupport) [ "--without-x" ];
# Wine locates a lot of libraries dynamically through dlopen(). Add