mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
python3Packages.moderngl: propagate build input glcontext
ModernGL tries to import glcontext at runtime.
This commit is contained in:
parent
f677051b8d
commit
c838638c3e
@ -18,7 +18,8 @@ buildPythonPackage rec {
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
buildInputs = [ libGL libX11 glcontext ];
|
||||
buildInputs = [ libGL libX11 ];
|
||||
propagatedBuildInputs = [ glcontext ];
|
||||
|
||||
# Tests need a display to run.
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user