Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 920a721ebd4a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 63d57b3cfda4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 23, 2020

  1. webkitgtk: Add /run/opengl-driver to bubblewrap bind mounts

    Without access to the `/run/opengl-driver` directory, webkit fails to
    create an EGL context, since it can't identify a suitable EGL
    vendor. This results in a blank window and the following error output:
    
    Cannot get default EGL display: EGL_BAD_PARAMETER
    Cannot create EGL context: invalid display (last error: EGL_SUCCESS)
    talyz committed Dec 23, 2020
    Copy the full SHA
    4c68c38 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Merge pull request #107486 from talyz/webkit-bubblewrap-opengl-driver

    webkitgtk: Add `/run/opengl-driver` to bubblewrap bind mounts
    worldofpeace committed Dec 29, 2020
    Copy the full SHA
    63d57b3 View commit details
    Browse the repository at this point in the history