summary refs log tree commit diff
path: root/pkgs/games/mnemosyne
diff options
context:
space:
mode:
authorGuillaume Bouchard <guillaume.bouchard@tweag.io>2020-02-03 11:52:40 +0100
committerJon <jonringer@users.noreply.github.com>2020-02-23 22:07:56 -0800
commit5c11e174b243849bf896cf68a445f8564cbfd8cb (patch)
tree4e7148045a5c58f39010dccba9770decf6330fd8 /pkgs/games/mnemosyne
parenta850d0a83df705578b64cc7a2e81ff2e7fe765c4 (diff)
downloadnixpkgs-5c11e174b243849bf896cf68a445f8564cbfd8cb.tar
nixpkgs-5c11e174b243849bf896cf68a445f8564cbfd8cb.tar.gz
nixpkgs-5c11e174b243849bf896cf68a445f8564cbfd8cb.tar.bz2
nixpkgs-5c11e174b243849bf896cf68a445f8564cbfd8cb.tar.lz
nixpkgs-5c11e174b243849bf896cf68a445f8564cbfd8cb.tar.xz
nixpkgs-5c11e174b243849bf896cf68a445f8564cbfd8cb.tar.zst
nixpkgs-5c11e174b243849bf896cf68a445f8564cbfd8cb.zip
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.
Diffstat (limited to 'pkgs/games/mnemosyne')
0 files changed, 0 insertions, 0 deletions