···109 # uses property syntax in one place. The first patch is necessary only with older
110 # versions of Wine. The second is needed on all versions of Wine.
111 (lib.optional (lib.versionOlder version "8.12") ./darwin-metal-compat-pre8.12.patch)
0112 ./darwin-metal-compat.patch
113 # Wine requires `qos.h`, which is not included by default on the 10.12 SDK in nixpkgs.
114 ./darwin-qos.patch
···109 # uses property syntax in one place. The first patch is necessary only with older
110 # versions of Wine. The second is needed on all versions of Wine.
111 (lib.optional (lib.versionOlder version "8.12") ./darwin-metal-compat-pre8.12.patch)
112+ (lib.optional (lib.versionOlder version "8.18") ./darwin-metal-compat-pre8.19.patch)
113 ./darwin-metal-compat.patch
114 # Wine requires `qos.h`, which is not included by default on the 10.12 SDK in nixpkgs.
115 ./darwin-qos.patch