Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webkitgtk: refactor top-level to deprecate default ABI version #345611

Merged
merged 3 commits into from
Oct 12, 2024

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    c7739bb View commit details
    Browse the repository at this point in the history
  2. treewide: replace webkitgtk to webkitgtk_4_0

    sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
    sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
    sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix
    
    webkitgtk is currently pointing to that specific ABI version but the
    alias is going to start warning
    fabianhjr committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    ccec93c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9a93b6 View commit details
    Browse the repository at this point in the history