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: a850d0a83df7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5c11e174b243
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 24, 2020

  1. pythonPackages.pyopengl: fix runtime shared library loading failure

    This closes #76822.
    
    pyopengl 3.1.4 introduced a new logic for shared library loading: it
    tests a few combinations of library name and suffix (such as .so.X).
    
    Our previous patch was just replacing the library name (e.g. 'glut') by
    the full path to the nix store. This does not work anymore with pyopengl
    3.1.4 new heuristic.
    
    This commit just keep the behavior of pyopengl but adds the nix store
    path to the list of tried paths.
    guibou authored and Jon committed Feb 24, 2020
    Copy the full SHA
    5c11e17 View commit details
    Browse the repository at this point in the history