Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

chromium: move stray patches into `./patches` directory

authored by emilylange and committed by Yureka 0eb389be b8927e20

+2 -2
pkgs/applications/networking/browsers/chromium/chromium-120-llvm-16.patch pkgs/applications/networking/browsers/chromium/patches/chromium-120-llvm-16.patch
+2 -2
pkgs/applications/networking/browsers/chromium/common.nix
··· 237 237 ++ lib.optional pulseSupport libpulseaudio; 238 238 239 239 patches = [ 240 - ./cross-compile.patch 240 + ./patches/cross-compile.patch 241 241 # Optional patch to use SOURCE_DATE_EPOCH in compute_build_timestamp.py (should be upstreamed): 242 242 ./patches/no-build-timestamps.patch 243 243 # For bundling Widevine (DRM), might be replaceable via bundle_widevine_cdm=true in gnFlags: ··· 256 256 }) 257 257 ] ++ lib.optionals (chromiumVersionAtLeast "120") [ 258 258 # We need to revert this patch to build M120+ with LLVM 16: 259 - ./chromium-120-llvm-16.patch 259 + ./patches/chromium-120-llvm-16.patch 260 260 ] ++ lib.optionals (!chromiumVersionAtLeast "119.0.6024.0") [ 261 261 # Fix build with at-spi2-core ≥ 2.49 262 262 # This version is still needed for electron.
pkgs/applications/networking/browsers/chromium/cross-compile.patch pkgs/applications/networking/browsers/chromium/patches/cross-compile.patch