glcontext: init at 2.3.3 and add as moderngl dep

This commit is contained in:
Frido Friedemann
2021-04-30 16:11:46 +02:00
committed by Jonathan Ringer
parent 7b056fe82d
commit d52e8aaab5
4 changed files with 55 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
, isPy3k
, libGL
, libX11
, glcontext
}:
buildPythonPackage rec {
@@ -17,7 +18,7 @@ buildPythonPackage rec {
disabled = !isPy3k;
buildInputs = [ libGL libX11 ];
buildInputs = [ libGL libX11 glcontext ];
# Tests need a display to run.
doCheck = false;