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_):7205bd64a3ungoogled-chromium: init at 81.0.4044.92-2545d58a1efchromium: fix widevinecd3283f921chromium: 67.0.3396.99 -> 68.0.3440.7572d7b5ddb1chromium: fix nix_plugin_paths for 68+7a3a16dd80chromium: Remove plugin paths patch for version 5079d18eb604chromium: Update dev channel to v52.0.2743.10c7a3645e7bchromium: Remove stuff for versions <= v518b97ca270echromium: Update all channels to latest versionsb9093f1c64chromium: Updates, fixes #11492471cdd15e2chromium: Update beta and dev channels.5c6aa391fcchromium: Cleanup old patch and update stableaf54ddf8b6chromium: Drop plugin_paths patch for old versions.6a8afa4bb3chromium: Fix plugin_paths patch for version 44.0aad4b7ee4chromium: Update all channels to latest versions.1b84fbf0cachromium: Allow env vars for passing plugin paths.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user