python3Packages.moderngl: propagate build input glcontext
ModernGL tries to import glcontext at runtime.
This commit is contained in:
parent
f677051b8d
commit
c838638c3e
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue