chromiumDev: Drop nix_plugin_paths_68.patch
Ok, so I was about to update the patch (didn't apply anymore) when I also started looking at it's usage and realized that NIX_CHROMIUM_PLUGIN_PATH_ (and other substrings) only appears in the patch itself (i.e. it seemed like we don't need this patch anymore). Turns out that we have this patch since 2014 (1b84fbf0ca
) and it was only ever used for NIX_CHROMIUM_PLUGIN_PATH_WIDEVINE (and from the log it isn't clear if/when or how well that worked). But in 2019 that last usage got removed (545d58a1ef
) so we should be able to safely drop this patch now :) \o/ (I just wanted to note that as it seemed somewhat of a funny story :D But there is of course nothing wrong with it.) Git history (git log --oneline -S NIX_CHROMIUM_PLUGIN_PATH_):7205bd64a3
ungoogled-chromium: init at 81.0.4044.92-2545d58a1ef
chromium: fix widevinecd3283f921
chromium: 67.0.3396.99 -> 68.0.3440.7572d7b5ddb1
chromium: fix nix_plugin_paths for 68+7a3a16dd80
chromium: Remove plugin paths patch for version 5079d18eb604
chromium: Update dev channel to v52.0.2743.10c7a3645e7b
chromium: Remove stuff for versions <= v518b97ca270e
chromium: Update all channels to latest versionsb9093f1c64
chromium: Updates, fixes #11492471cdd15e2
chromium: Update beta and dev channels.5c6aa391fc
chromium: Cleanup old patch and update stableaf54ddf8b6
chromium: Drop plugin_paths patch for old versions.6a8afa4bb3
chromium: Fix plugin_paths patch for version 44.0aad4b7ee4
chromium: Update all channels to latest versions.1b84fbf0ca
chromium: Allow env vars for passing plugin paths.
This commit is contained in:
parent
4a82621491
commit
2213c464f6
1 changed files with 2 additions and 1 deletions
|
@ -144,8 +144,9 @@ let
|
|||
++ optional pulseSupport libpulseaudio
|
||||
++ optionals useOzone [ libdrm wayland mesa_drivers libxkbcommon ];
|
||||
|
||||
patches = [
|
||||
patches = optionals (versionRange "68" "86") [
|
||||
./patches/nix_plugin_paths_68.patch
|
||||
] ++ [
|
||||
./patches/remove-webp-include-69.patch
|
||||
./patches/no-build-timestamps.patch
|
||||
./patches/widevine-79.patch
|
||||
|
|
Loading…
Reference in a new issue