linuxPackages_latest.nvidiaPackages: do not apply patchesOpen to priority

wxt 2221b837 6158098d

+1 -11
+1 -11
pkgs/os-specific/linux/nvidia-x11/generic.nix
··· 187 else 188 throw "nvidia-x11 does not support platform ${stdenv.hostPlatform.system}"; 189 190 - patches = 191 - if libsOnly then 192 - null 193 - else 194 - ( 195 - patches 196 - ++ (builtins.map (rewritePatch { 197 - from = "kernel-open"; 198 - to = "kernel"; 199 - }) patchesOpen) 200 - ); 201 inherit prePatch postPatch patchFlags; 202 inherit preInstall postInstall; 203 inherit version useGLVND useProfiles;
··· 187 else 188 throw "nvidia-x11 does not support platform ${stdenv.hostPlatform.system}"; 189 190 + patches = if libsOnly then null else patches; 191 inherit prePatch postPatch patchFlags; 192 inherit preInstall postInstall; 193 inherit version useGLVND useProfiles;