Merge pull request #191950 from McSinyx/moderngl-context
python3Packages.moderngl: propagate build input glcontext
This commit is contained in:
commit
c6475fc5db
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