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: cfe6081cee56
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: dfbda2135c3f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 13, 2020

  1. mesa: Move the DriConf defaults from $drivers to $out

    The effective change is that "drirc.d/00-mesa-defaults.conf" will now be
    installed to $out instead of $drivers and not appear under
    "/run/opengl-driver/share/" anymore.
    
    This is done to fix #89421, i.e. so that Mesa will find and load the
    included DriConf defaults. The other files in "$drivers/share" will not
    be moved to $out as some Nixpkgs logic might depend on them being
    available under "/run/opengl-driver/share/" (e.g. addOpenGLRunpath).
    primeos committed Aug 13, 2020
    Copy the full SHA
    cd41673 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Merge pull request #89657 from primeos/mesa-DriConf-fix

    mesa: Set datadir so that the path to the DriConf defaults is correct
    primeos committed Aug 15, 2020
    Copy the full SHA
    dfbda21 View commit details
    Browse the repository at this point in the history